Skip to content

Commit

Permalink
Virus scan with glob
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Sep 19, 2024
1 parent 05b3677 commit 220ad73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
for file in ${CHANGED_FILES}; do
node ./build/validate.js $file
done
ls ./downloads/
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
request_rate: 4
files: ./downloads/
files: ./downloads/*

0 comments on commit 220ad73

Please sign in to comment.