Update clamscan.yml

This commit is contained in:
Boof 2023-04-19 12:22:05 +02:00 committed by GitHub
parent dd959c4cdc
commit 7f5ff3546c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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