Skip to content

Commit 48ec6a2

Browse files
authored
Suppress credscan false positives BYPASS_SECRET_SCANNING
Noticed this while looking at the code mirror, should unbreak the mirroring. **BYPASS_SECRET_SCANNING**
1 parent 8bb674c commit 48ec6a2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scenarios/tls.benchmarks.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ scenarios:
106106
presetHeaders: connectionclose
107107
connections: 32
108108
serverScheme: https
109+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
109110
certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Certificates/2048/testCert-2048.pfx
111+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy password for testing")]
110112
certPwd: testPassword
111113
sslProtocol: tls12
112114

@@ -123,7 +125,9 @@ scenarios:
123125
presetHeaders: connectionclose
124126
connections: 32
125127
serverScheme: https
128+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
126129
certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Certificates/2048/testCert-2048.pfx
130+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy password for testing")]
127131
certPwd: testPassword
128132
sslProtocol: tls12
129133

@@ -156,7 +160,9 @@ scenarios:
156160
presetHeaders: connectionclose
157161
connections: 32
158162
serverScheme: https
163+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
159164
certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Certificates/2048/testCert-2048.pfx
165+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy password for testing")]
160166
certPwd: testPassword
161167
sslProtocol: tls12
162168

@@ -174,7 +180,9 @@ scenarios:
174180
presetHeaders: connectionclose
175181
connections: 32
176182
serverScheme: https
183+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
177184
certPath: https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Certificates/2048/testCert-2048.pfx
185+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy password for testing")]
178186
certPwd: testPassword
179187
sslProtocol: tls12
180188

@@ -261,4 +269,4 @@ scenarios:
261269
presetHeaders: connectionclose
262270
connections: 32
263271
serverScheme: https
264-
sslProtocol: tls12
272+
sslProtocol: tls12

0 commit comments

Comments
 (0)