Skip to content

Commit

Permalink
Addressing issues with CredScan (Azure#16944)
Browse files Browse the repository at this point in the history
* adding mgmt settings fake files to cred scan suppression

* adding two more:
  • Loading branch information
seankane-msft authored Mar 3, 2021
1 parent 4092519 commit ba5fce0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eng/CredScanSuppression.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
{
"file":[
"sdk/keyvault/azure-keyvault-certificates/tests/ca.key",
"sdk/identity/azure-identity/tests/ec-certificate.pem"
"sdk/identity/azure-identity/tests/ec-certificate.pem",
"sdk/core/azure-servicemanagement-legacy/tests/legacy_mgmt_settings_fake.py",
"sdk/storage/azure-storage-blob/tests/blob_settings_fake.py",
"sdk/storage/azure-storage-file-datalake/tests/data_lake_settings_fake.py",
"tools/azure-sdk-tools/devtools_testutils/mgmt_settings_fake.py"
],
"_justification": "File contains private key used by test code."
}
}
]
}

0 comments on commit ba5fce0

Please sign in to comment.