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
Hi,
I couldn't find an option to auto redact detected secrets from logfiles.
Example: My build script generates a log: "${TEMP_LOG}", I had like to use trufflehog to redact all detected secrets with ***** or another string.
Hi,
I couldn't find an option to auto redact detected secrets from logfiles.
Example: My build script generates a log:
"${TEMP_LOG}"
, I had like to use trufflehog to redact all detected secrets with*****
or another string.Currently, I have to do something like:
The text was updated successfully, but these errors were encountered: