From 1b52f19ec3973180c410e5e4b07a4295ddc62095 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 14 Aug 2022 18:42:07 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20virustotal=20scan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/virus-total-scan.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/virus-total-scan.yml diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml new file mode 100644 index 0000000..d3976d4 --- /dev/null +++ b/.github/workflows/virus-total-scan.yml @@ -0,0 +1,18 @@ +name: VirusTotal Scan + +on: + release: + types: [published] + +jobs: + virustotal: + runs-on: ubuntu-latest + steps: + - name: VirusTotal Scan + uses: crazy-max/ghaction-virustotal@v3 + with: + vt_api_key: ${{ secrets.VT_API_KEY }} + update_release_body: true + github_token: ${{ secrets.GH_TOKEN }} + files: | + "apks/*-output.apk"