From ec11f9278ea6979c99d4356cc7b333f99365a6e3 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 16 Aug 2022 00:19:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20VT=20GitHub=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/virus-total-scan.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/virus-total-scan.yml b/.github/workflows/virus-total-scan.yml index 0d69395..f2c4056 100644 --- a/.github/workflows/virus-total-scan.yml +++ b/.github/workflows/virus-total-scan.yml @@ -1,6 +1,9 @@ name: VirusTotal Scan on: + push: + tags: + - 'Build*' workflow_dispatch: # to trigger manually jobs: @@ -8,10 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v3 + 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$