Open lucas-zimerman opened 4 months ago
@jeffreyhung @mdtro @hubertdeng123 can you take a look please?
TruffleHog's support for detecting Sentry tokens isn't great. It particularly does not handle our new formats or the org auth tokens. https://github.com/trufflesecurity/trufflehog/blob/e5f6c8d87284376abda55eb2c191be4dd141521e/pkg/detectors/sentrytoken/sentrytoken.go#L29
We're working on some contributions to Trufflehog to detect these with more confidence.
Can we close this?
Environment
Sentry Capacitor, using the latest version of Sentry Secrets on each run.
Steps to Reproduce
https://github.com/getsentry/sentry-capacitor/pull/688 On this test PR, I added some secrets for testing the Secret Scanner integration, but it seems like it didn't fail nor trigger to anything (I also included the sample code used on the docs for triggering it).
Expected Result
A warning message or a failed action if secrets were found.
Actual Result
Test passed