Skip to content

Commit

Permalink
add virustotal scan
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Feb 27, 2025
1 parent 3f0e2d9 commit 3547bbc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/virustotal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: released

on:
release:
types: [published]

jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
update_release_body: true
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
windows_amd64.tar.gz$

0 comments on commit 3547bbc

Please sign in to comment.