ci: add virustotal scan for windows exe

This commit is contained in:
tobtoht 2024-08-16 14:01:58 +02:00
parent 8e991f21b1
commit ba6113d9c0
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View 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 }}