Skip to content

Commit

Permalink
Update virustotal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Feb 10, 2023
1 parent 5e5e60c commit d16ec2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/virustotal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ jobs:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: sos-stig-compliant-domain-prep.ps1

- name: Calculate SHA-256 Hashes
run: find . -type f -print0 | xargs -0 sha256sum | awk '{print $1}'

0 comments on commit d16ec2f

Please sign in to comment.