Skip to content

Commit ce1a75b

Browse files
committed
whitelisting cert
1 parent 7678e48 commit ce1a75b

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

tools/CredScanSuppressions.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tool": "Credential Scanner",
3-
"suppressions": [
3+
"suppressions": [
44
{
55
"file": "\\documentation\\development-docs\\azure-powershell-developer-guide.md",
66
"_justification": "Documentation with non-live passwords in sample connection strings"
@@ -1038,7 +1038,7 @@
10381038
"file": "\\src\\Relay\\Relay.Test\\ScenarioTests\\RelayAuthorizationRulesTests.ps1",
10391039
"_justification": "Test resource is deleted"
10401040
},
1041-
{
1041+
{
10421042
"file": "\\src\\Accounts\\Authentication.Test\\Resources\\ValidProfile.PublishSettings",
10431043
"_justification": "Faked credentials"
10441044
},
@@ -1062,57 +1062,61 @@
10621062
"file": "\\src\\Accounts\\Authentication.Test\\Resources\\ValidProfileChinaOld.PublishSettings",
10631063
"_justification": "Faked credentials"
10641064
},
1065-
{
1065+
{
10661066
"file": "\\src\\IotHub\\IotHub.Test\\ScenarioTests\\IotHubRoutingTests.ps1",
10671067
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10681068
},
1069-
{
1069+
{
10701070
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedLinux.json",
10711071
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10721072
},
1073-
{
1073+
{
10741074
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedLinuxMD_DSeries.json",
10751075
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10761076
},
1077-
{
1077+
{
10781078
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedLinuxMD.json",
10791079
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10801080
},
1081-
{
1081+
{
10821082
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedLinuxWAD.json",
10831083
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10841084
},
1085-
{
1085+
{
10861086
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedWindows.json",
10871087
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10881088
},
1089-
{
1089+
{
10901090
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedWindowsMD.json",
10911091
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10921092
},
1093-
{
1093+
{
10941094
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedWindowsWAD.json",
10951095
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
10961096
},
1097-
{
1097+
{
10981098
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionBasicLinux.json",
10991099
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
11001100
},
1101-
{
1101+
{
11021102
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionBasicLinuxWAD.json",
11031103
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
11041104
},
1105-
{
1105+
{
11061106
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionBasicWindows.json",
11071107
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
11081108
},
1109-
{
1109+
{
11101110
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionBasicWindowsWAD.json",
11111111
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
11121112
},
1113-
{
1113+
{
11141114
"file": "src\\Compute\\Compute.Test\\SessionRecords\\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.AEMExtensionTests\\TestAEMExtensionAdvancedLinuxMD_ESeries.json",
11151115
"_justification": "Mocked test resource. The resources are being deleted after the test run in Record mode."
1116+
},
1117+
{
1118+
"file": "\\src\\Resources\\Resources.Test\\ScenarioTests\\certificate.pfx",
1119+
"_justification": "Legitimate test certificate."
11161120
}
11171121
]
11181122
}

0 commit comments

Comments
 (0)