Skip to content

Commit 9332fac

Browse files
authored
Create virus.yml
1 parent b0cc663 commit 9332fac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/virus.yml

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

0 commit comments

Comments
 (0)