Skip to content

Commit

Permalink
Add CredScan suppressions for test certs and examples
Browse files Browse the repository at this point in the history
Add CredScan suppressions for test certs and examples
  • Loading branch information
uefibot authored and kenlautner committed Dec 16, 2023
1 parent f2eaef4 commit e7721c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": [
"\\BaseTools\\Source\\Python\\Pkcs7Sign\\TestCert.pem",
"\\BaseTools\\Source\\Python\\Pkcs7Sign\\TestRoot.pem",
"\\BaseTools\\Source\\Python\\Rsa2048Sha256Sign\\TestSigningPrivateKey.pem"
],
"_justification": "Test case test certificates."
},
{
"file": "\\MdePkg\\Include\\IndustryStandard\\Http11.h",
"_justification": "Industry standard header."
}
]
}

0 comments on commit e7721c2

Please sign in to comment.