mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
Update clamscan.yml
This commit is contained in:
parent
dd959c4cdc
commit
7f5ff3546c
8
.github/workflows/clamscan.yml
vendored
8
.github/workflows/clamscan.yml
vendored
@ -12,9 +12,15 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
name: Scanning repo with clamav
|
name: Scanning repo with clamav
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Downloading git repo
|
||||||
|
run: |
|
||||||
|
git clone --depth=1 --branch=main https://github.com/hexahigh/games.git repo
|
||||||
|
rm -rf ./repo/.git
|
||||||
|
|
||||||
- name: Installing
|
- name: Installing
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@ -26,4 +32,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Scanning
|
- name: Scanning
|
||||||
run: |
|
run: |
|
||||||
sudo clamscan -i -r ./
|
sudo clamscan -i -r ./repo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user