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