Skip to content

Commit 3547bbc

Browse files
committed
add virustotal scan
1 parent 3f0e2d9 commit 3547bbc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/virustotal.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: released
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
virustotal:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: VirusTotal Scan
12+
uses: crazy-max/ghaction-virustotal@v4
13+
with:
14+
update_release_body: true
15+
vt_api_key: ${{ secrets.VT_API_KEY }}
16+
files: |
17+
windows_amd64.tar.gz$

0 commit comments

Comments
 (0)