Skip to content

Commit dd389a2

Browse files
authored
Update suppression file (Azure#2869)
1 parent 1595b61 commit dd389a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.config/CredScanSuppressions.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
{
55
"file": "src/Bicep.Core.IntegrationTests/Scenarios/ParamKeyVaultSecretReferenceTests.cs",
66
"_justification": "The flagged strings are not secrets. They are part of Key Vault references."
7+
},
8+
{
9+
"file": "src/Bicep.Core.UnitTests/Diagnostics/LinterRuleTests/UnusedVariableRuleTests.cs",
10+
"_justification": "Dummy placeholder secret used in tests."
711
}
812
]
913
}

0 commit comments

Comments
 (0)