Skip to content

Commit

Permalink
Create virustotal-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ponapalt committed Dec 10, 2023
1 parent e604dd7 commit 08a4b3b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/virustotal-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: released

on:
release:
types: [published]

jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
.zip$

0 comments on commit 08a4b3b

Please sign in to comment.