Skip to content

Commit

Permalink
Trivy check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 15, 2024
1 parent 8c047e3 commit 8800c12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Secret Scanning
id: trufflehog_scan
uses: trufflesecurity/[email protected]
continue-on-error: true
with:
path: ./
base: "${{ github.event.repository.default_branch }}"
head: HEAD
extra_args: --debug

- name: Check Trufflehog Result and Fail if Secrets Found
Expand Down

0 comments on commit 8800c12

Please sign in to comment.