]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
ci: add virustotal scan for windows exe
authortobtoht <tob@featherwallet.org>
Fri, 16 Aug 2024 12:01:58 +0000 (14:01 +0200)
committertobtoht <tob@featherwallet.org>
Fri, 16 Aug 2024 12:01:58 +0000 (14:01 +0200)
.github/workflows/guix.yml

index d820ea66787814aef91f053411132791b918c6c5..8418f2d5b8a37d419c0ffc9b14d564428297ebea 100644 (file)
@@ -59,6 +59,13 @@ jobs:
         run: sudo apt purge apparmor
       - name: build
         run: SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
+      - name: virustotal scan
+        if: matrix.toolchain.target == 'x86_64-w64-mingw32'
+        uses: crazy-max/ghaction-virustotal@v4
+        with:
+          vt_api_key: ${{ secrets.VT_API_KEY }}
+          files: |
+            guix/guix-build-*/build/distsrc-*/build/bin/feather.exe
       - uses: actions/upload-artifact@v4
         with:
           name: ${{ matrix.toolchain.target }}