-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 suppression rules for python #16571
Conversation
LGTM. Do you have examples of a build where this passes? I didn't see one when I searched the checks associated w/ the PR. |
@danieljurek The cred scan is in aggregate-report. I have one triggered here: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=740233&view=results |
eng/CredScanSuppression.json
Outdated
"123_abc", | ||
"pa$$w0rd", | ||
"Password1!!!", | ||
"NzhL3hKZbJBuJ2484dPTR+xF30kYaWSSCbs2BzLgVVI1woqeST/1IgqaLm6QAOTxtGvxctSNbIR/1hW8yH+bJg==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really a placeholder? Some of these look like keys.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, those are symmetricKey. Will remove and work with team to use some static ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question but looks good otherwise.
No description provided.