Skip to content

Commit 8ccb1b8

Browse files
authored
Merge pull request Azure#6900 from Azure/markcowl-patch-1
Fix credscan suppression for documentation file
2 parents b20eb20 + d84d66c commit 8ccb1b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/CredScanSuppressions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"tool": "Credential Scanner",
33
"suppressions": [
4+
{
5+
"file": "\\documentation\\development-docs\\azure-powershell-developer-guide.md",
6+
"_justification": "Documentation with non-live passwords in sample connection strings"
7+
},
48
{
59
"file": "\\src\\ResourceManager\\Compute\\Commands.Compute.Test\\Templates\\tstorgnztn-validator.pem",
610
"_justification": "Legitimate test certificate file"
@@ -127,4 +131,4 @@
127131
"_justification": "Legitimate test certificate file"
128132
}
129133
]
130-
}
134+
}

0 commit comments

Comments
 (0)