Skip to content

Commit

Permalink
{CI} Deal with CredScan upgrade (Azure#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianhui Harold authored Dec 2, 2020
1 parent f499834 commit 1b1af15
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions scripts/ci/credscan/CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@
},
{
"file": [
"src\\datafactory\\azext_datafactory\\vendored_sdks\\datafactory\\models\\_data_factory_management_client_enums.py"
"src\\datafactory\\azext_datafactory\\vendored_sdks\\datafactory\\models\\_data_factory_management_client_enums.py",
"src\\datafactory\\azext_datafactory\\vendored_sdks\\datafactory\\models\\_models_py3.py"
],
"_justification": "Found General Symmetric Key"
"_justification": "Dummy secrets for one-off resources"
},
{
"file": [
Expand All @@ -86,6 +87,18 @@
"src\\communication\\azext_communication\\tests\\latest\\test_communication_scenario.py"
],
"_justification": "Dummy resources' tokens left during testing Micorosfot.Communication"
},
{
"file": [
"src\\application-insights\\azext_applicationinsights\\tests\\latest\\recordings\\test_api_key.yaml"
],
"_justification": "random keys for one-off resources"
},
{
"file": [
"src\\stream-analytics\\azext_stream_analytics\\_help.py"
],
"_justification": "dummy passwords for one-off resources"
}
]
}

0 comments on commit 1b1af15

Please sign in to comment.