Skip to content

Commit

Permalink
trigger test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturGolda authored Dec 20, 2024
1 parent e0f7bad commit df5c441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
path: ./
base: "${{ github.event.repository.default_branch }}"
head: HEAD
extra_args: --debug --no-verification

extra_args: --debug
- name: Check Trufflehog Result and Fail if Secrets Found
run: |
if [ "${{ steps.trufflehog_scan.outcome }}" == "failure" ]; then
Expand Down

0 comments on commit df5c441

Please sign in to comment.