Skip to content

Commit

Permalink
test: scan released windows files with VirusTotal (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored Feb 28, 2025
1 parent c941c8a commit 224617a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/virustotal.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: released
name: Scan GitHub Release with VirusTotal

on:
release:
types: [published]
types: [released]

jobs:
virustotal:
scan_release:
runs-on: ubuntu-latest

steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
- name: Analyze Build Assets
uses: bakito/virustotal-action@main
with:
update_release_body: true
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
windows_amd64.tar.gz$
windows_386.tar.gz$
release_name: ${{github.event.release.tag_name}}
vt_api_key: ${{secrets.VT_API_KEY}}

0 comments on commit 224617a

Please sign in to comment.