You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the tufflehog:ignore set on any line, it should skip that line correct?
Actual Behavior
It fails the PR because its claiming that the secret is unverified. Its not even a secret, this is a git commit sha thats used to checkout a specific version of a plugin:
Setup a trufflehog action
add a line on any file that allows lines with #tufflehog:ignore - that contains a test secret
commit it back to source
open a PR
run the action against the PR.
it should fail the PR.
Additional Context
in order to fix this I have to pass a: --exclude-detectors="Buildkite" in the extra_args:
Please review the Community Note before submitting
TruffleHog Version
Status: Downloaded newer image for ghcr.io/trufflesecurity/trufflehog:latest
gh action: trufflehog 3.88.15
Trace Output
https://gist.github.com/sean-simmons-progress/d62a2103910865f54fd3c1f399d32641
Expected Behavior
With the tufflehog:ignore set on any line, it should skip that line correct?
Actual Behavior
It fails the PR because its claiming that the secret is unverified. Its not even a secret, this is a git commit sha thats used to checkout a specific version of a plugin:
EX:
even when setting the ignore value, it still fails:
https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits#about-commits
Steps to Reproduce
Setup a trufflehog action
add a line on any file that allows lines with #tufflehog:ignore - that contains a test secret
commit it back to source
open a PR
run the action against the PR.
it should fail the PR.
Additional Context
in order to fix this I have to pass a: --exclude-detectors="Buildkite" in the extra_args:
References
The text was updated successfully, but these errors were encountered: