Skip to content

Commit

Permalink
Merge pull request #600 from controlplaneio/fix_trufflehog
Browse files Browse the repository at this point in the history
fix: scan entire branch with trufflehog
  • Loading branch information
spiarh authored Mar 26, 2024
2 parents abca27d + 46a4366 commit b69d38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
uses: trufflesecurity/[email protected]
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
base: ""
head: ${{ github.ref_name }}
extra_args: --debug --only-verified

0 comments on commit b69d38d

Please sign in to comment.