From 7ad1772b59fc20405383bb5fcfcbe4cef0cb7724 Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Sat, 10 Jun 2023 21:40:26 +0000 Subject: [PATCH] Update vt-scan.yml --- .github/workflows/vt-scan.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/vt-scan.yml b/.github/workflows/vt-scan.yml index 01c2fe7..1d2f6f0 100644 --- a/.github/workflows/vt-scan.yml +++ b/.github/workflows/vt-scan.yml @@ -1,3 +1,4 @@ +--- name: Release: Scan with VT on: @@ -19,3 +20,6 @@ jobs: vt_api_key: ${{ secrets.VT_API_KEY }} files: | export/*.pdf + + - name: Calculate SHA-256 Hashes + run: find . -type f -print0 | xargs -0 sha2