We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f21a9f commit 8cb1716Copy full SHA for 8cb1716
.github/workflows/secrets-scan.yml
@@ -27,6 +27,6 @@ jobs:
27
uses: trufflesecurity/trufflehog@main
28
with:
29
path: ./
30
- base: ${{ github.event.repository.default_branch }}
31
- head: HEAD
+ # base: ${{ github.event.repository.default_branch }}
+ # head: HEAD
32
extra_args: --debug --only-verified
0 commit comments