Skip to content

Commit

Permalink
[skip ci] [CI] Tryfix VirusTotal scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl authored Jan 31, 2025
1 parent 33279cc commit 8e11b87
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/vt-scan-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
- name: VirusTotal Scan Executables
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GITHUB_TOKEN }}
files: |
*.exe
*.7z
- name: VirusTotal Scan Archive
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GITHUB_TOKEN }}
files: |
*.7z

0 comments on commit 8e11b87

Please sign in to comment.