Skip to content

Commit

Permalink
Changed the VT path once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Ansani committed Apr 30, 2024
1 parent 9e4cc7e commit 2e8071f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/virustotal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: Display structure of downloaded files
run: ls -R .
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
./*.exe
*.exe

0 comments on commit 2e8071f

Please sign in to comment.