Skip to content

Commit

Permalink
test: add virustotal scan for windows files
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Feb 27, 2025
1 parent 07a25cd commit c941c8a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/virustotal.yaml
Original file line number Diff line number Diff line change
@@ -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$

0 comments on commit c941c8a

Please sign in to comment.