Skip to content

Commit

Permalink
test: scan released windows files with VirusTotal
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Feb 28, 2025
1 parent a0454de commit e515e6d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/virustotal.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: released
name: Scan GitHub Release with VirusTotal

on:
release:
types: [published]
types: [released]
push:
branches: [vt]

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}}
release_name: v0.6.3
vt_api_key: ${{secrets.VT_API_KEY}}

0 comments on commit e515e6d

Please sign in to comment.