Add VirusTotal scan

This commit is contained in:
arkon 2022-04-15 15:25:49 -04:00
parent 7d9d9512b6
commit 1b3aa503e4

18
.github/workflows/scan_release.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Scan release
on:
release:
types: [published]
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal scan
uses: crazy-max/ghaction-virustotal@v2
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
update_release_body: true
files: |
*.apk$