Skip to content
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

Added credscan steps for .NET #17944

Merged
merged 5 commits into from
Jan 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions eng/CredScanSuppression.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Here illustrate how to suppress the credScan errors.
//{
// "tool": "Credential Scanner",
// "suppressions": [
// Here is how to suppress the particular secret in file. Hash can be found in report.
// {
// "hash": "OEa4VAspaTQ2eneu8p5RBs/1rF4uyq9rQo3E/EYBieU=",
// "_justification": "Secret used by test code, it is fake."
// },
// Here is how to suppress the entire file contains secret.
// {
// "file": "sdk\\cosmos\\azure-cosmos\\src\\test\\resources\\client.jks",
// "_justification": "Additional CredScan searcher specific to my team"
// }
// ]
// }
{
"tool": "Credential Scanner",
"suppressions": []
}
Loading