From 1b3aa503e40799d12d936b1c3711e574580b0263 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 15 Apr 2022 15:25:49 -0400 Subject: [PATCH] Add VirusTotal scan --- .github/workflows/scan_release.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/scan_release.yml 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$