Skip to content

Commit d753b23

Browse files
authored
fix cred scan (#3063)
1 parent 5368e9b commit d753b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/credscan-exclusion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"_justification": "Cert used for running tests."
1515
},
1616
{
17-
"file": "*.Shipped.txt",
17+
"file": "InternalAPI.Shipped.txt",
1818
"_justification": "Shipped public API."
1919
},
2020
{
21-
"file": "*.Unshipped.txt",
21+
"file": "*InternalAPI.Unshipped.txt",
2222
"_justification": "Unshipped public API."
2323
}
2424
]

0 commit comments

Comments
 (0)