From c941c8a10002f20f46a9e3c3ece9b56edb4effec Mon Sep 17 00:00:00 2001 From: bakito Date: Thu, 27 Feb 2025 21:15:01 +0100 Subject: [PATCH] test: add virustotal scan for windows files --- .github/workflows/virustotal.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/virustotal.yaml diff --git a/.github/workflows/virustotal.yaml b/.github/workflows/virustotal.yaml new file mode 100644 index 0000000..cf9f921 --- /dev/null +++ b/.github/workflows/virustotal.yaml @@ -0,0 +1,18 @@ +name: released + +on: + release: + types: [published] + +jobs: + virustotal: + runs-on: ubuntu-latest + steps: + - name: VirusTotal Scan + uses: crazy-max/ghaction-virustotal@v4 + with: + update_release_body: true + vt_api_key: ${{ secrets.VT_API_KEY }} + files: | + windows_amd64.tar.gz$ + windows_386.tar.gz$