Skip to content

Commit e234bdc

Browse files
committed
test: scan released windows files with VirusTotal
1 parent 3547bbc commit e234bdc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/virustotal.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
name: released
1+
name: Scan GitHub Release with VirusTotal
22

33
on:
44
release:
5-
types: [published]
5+
types: [released]
6+
push:
7+
branches: [vt]
68

79
jobs:
8-
virustotal:
10+
scan_release:
911
runs-on: ubuntu-latest
1012
steps:
11-
- name: VirusTotal Scan
12-
uses: crazy-max/ghaction-virustotal@v4
13+
- name: Analyze Build Assets
14+
uses: bakito/virustotal-action@main
1315
with:
14-
update_release_body: true
15-
vt_api_key: ${{ secrets.VT_API_KEY }}
16-
files: |
17-
windows_amd64.tar.gz$
16+
release_name: v0.4.10
17+
# release_name: ${{github.event.release.tag_name}}
18+
vt_api_key: ${{secrets.VT_API_KEY}}

0 commit comments

Comments
 (0)