From 852229980988992bcb2c981d4d7c7d8a5c01fcb0 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 10 Feb 2023 02:42:34 +0000 Subject: [PATCH] Update virustotal.yml --- .github/workflows/virustotal.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/virustotal.yml b/.github/workflows/virustotal.yml index 6065b27..3a4eac0 100644 --- a/.github/workflows/virustotal.yml +++ b/.github/workflows/virustotal.yml @@ -19,3 +19,7 @@ jobs: files: | Dockerfile secure-standalone.ps1 + + + - name: Calculate SHA-256 Hashes + run: find . -type f -print0 | xargs -0 sha256sum | awk '{print $1}'