这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .config/credscan/Suppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "artifacts/bin/Microsoft.TryDotNet.IntegrationTests/Release/net9.0/.playwright/package/ThirdPartyNotices.txt",
"_justification": "This file is a third party notice text file, but not a real issue, and not one we distribute"
}
]
}
3 changes: 3 additions & 0 deletions azure-pipelines-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ extends:
allTools: true
policheck:
enabled: true
credscan:
enabled: true
suppressionsFile: $(Build.SourcesDirectory)/.config/credscan/Suppressions.json

stages:
- stage: build
Expand Down