Files
docker-py-revanced/.github/workflows/virus-total-scan.yml
T
2022-08-25 10:13:35 +05:30

25 lines
564 B
YAML

name: VirusTotal Scan
on:
workflow_run:
workflows: [ "Build Revanced APK" ]
types:
- completed
workflow_dispatch: # to trigger manually
jobs:
virustotal:
if: ${{ inputs.VT_API_KEY }}
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: nikhilbadyal/ghaction-virustotal@master
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GH_TOKEN }}
request_rate: 4
files: |
.apk$