Skip to content

Commit df54c1e

Browse files
akoeplingerradekdoulik
authored andcommitted
Add CredScanSuppressions.json for new findings
1 parent 776d408 commit df54c1e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.config/CredScanSuppressions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"_justification": "Upstream code and these are supposed to be public passwords.",
6+
"file": "flang/docs/GettingInvolved.md"
7+
}
8+
]
9+
}

eng/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ extends:
9191
name: $(DncEngInternalBuildPool)
9292
image: 1es-windows-2022
9393
os: windows
94+
credscan:
95+
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
9496
containers:
9597
mariner2crossamd64:
9698
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64

0 commit comments

Comments
 (0)