Skip to content

Commit 5368e9b

Browse files
authored
update credscan exclusoin (#3062)
1 parent cf355d1 commit 5368e9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/credscan-exclusion.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
{
1313
"file": "SelfSignedTestCert.pfx",
1414
"_justification": "Cert used for running tests."
15+
},
16+
{
17+
"file": "*.Shipped.txt",
18+
"_justification": "Shipped public API."
19+
},
20+
{
21+
"file": "*.Unshipped.txt",
22+
"_justification": "Unshipped public API."
1523
}
1624
]
1725
}

0 commit comments

Comments
 (0)