Added virustotal scan

This commit is contained in:
Nikhil Badyal
2022-08-14 18:42:07 +05:30
parent a701068b88
commit 1b52f19ec3
+18
View File
@@ -0,0 +1,18 @@
name: VirusTotal Scan
on:
release:
types: [published]
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GH_TOKEN }}
files: |
"apks/*-output.apk"