-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using client to scan the clone repo and return the result with "hashed_secret" #198
Comments
supplement some case: "results": { |
I don't know If detect-secrets is able to generate a baseline file without hashing secrets, but If you want to audit the results generated by If you want to give It a spin, just redirect scan output (called baseline) to its own file with |
FWIW, there are several reasons why I've been against having an easy way to extract these secrets in an easily shareable form (like the use case you described).
If you could generate a baseline with plain text secrets, you could technically share them with someone without repository access, and further worsen the issue of spreading secrets around. @saturbo, does your IT team have code base access? |
@domanchi actually the IT team do have the code base access and your considering is definitely right. So I am going the show they the audio reports of the secrets in steady of showing the plain text. Thx for all the reply and suggestions! |
* Verify Artifactory catches expected secret Follow up of [this comment](https://github.ibm.com/Whitewater/whitewater-detect-secrets/pull/197#discussion_r2457154) on Yelp#197. * Fix cannot index dict.keys object
* Verify Artifactory catches expected secret Follow up of [this comment](https://github.ibm.com/Whitewater/whitewater-detect-secrets/pull/197#discussion_r2457154) on Yelp#197. * Fix cannot index dict.keys object
Hi guys, I want to ask a stupid question, I am using the client side tools to scan all the clone repo, as a result , I got all the result with "hasd_secret". My question is --is it possible to show the result without hash so that I can show with my IT team to further check the code.?
The text was updated successfully, but these errors were encountered: