diff --git a/.github/workflows/scan_release.yml b/.github/workflows/scan_release.yml new file mode 100644 index 0000000..9b18670 --- /dev/null +++ b/.github/workflows/scan_release.yml @@ -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$