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:
|
||||
build:
|
||||
|
||||
name: Scanning repo with clamav
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
run: |
|
||||
sudo apt update
|
||||
@ -26,4 +32,4 @@ jobs:
|
||||
|
||||
- name: Scanning
|
||||
run: |
|
||||
sudo clamscan -i -r ./
|
||||
sudo clamscan -i -r ./repo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user