mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-26 19:08:22 +01:00
Add VirusTotal scan
This commit is contained in:
parent
7d9d9512b6
commit
1b3aa503e4
18
.github/workflows/scan_release.yml
vendored
Normal file
18
.github/workflows/scan_release.yml
vendored
Normal 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$
|
Loading…
Reference in New Issue
Block a user