test: add virustotal scan for windows files

This commit is contained in:
bakito 2025-02-27 21:15:01 +01:00
parent 07a25cd094
commit c941c8a100
No known key found for this signature in database
GPG Key ID: BCCEB081DB8A24D8

18
.github/workflows/virustotal.yaml vendored Normal file
View File

@ -0,0 +1,18 @@
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$
windows_386.tar.gz$