@@ -106,7 +106,9 @@ scenarios:
106
106
presetHeaders : connectionclose
107
107
connections : 32
108
108
serverScheme : https
109
+ # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
109
110
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")]
110
112
certPwd : testPassword
111
113
sslProtocol : tls12
112
114
@@ -123,7 +125,9 @@ scenarios:
123
125
presetHeaders : connectionclose
124
126
connections : 32
125
127
serverScheme : https
128
+ # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
126
129
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")]
127
131
certPwd : testPassword
128
132
sslProtocol : tls12
129
133
@@ -156,7 +160,9 @@ scenarios:
156
160
presetHeaders : connectionclose
157
161
connections : 32
158
162
serverScheme : https
163
+ # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
159
164
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")]
160
166
certPwd : testPassword
161
167
sslProtocol : tls12
162
168
@@ -174,7 +180,9 @@ scenarios:
174
180
presetHeaders : connectionclose
175
181
connections : 32
176
182
serverScheme : https
183
+ # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="This is a dummy cert for testing")]
177
184
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")]
178
186
certPwd : testPassword
179
187
sslProtocol : tls12
180
188
@@ -261,4 +269,4 @@ scenarios:
261
269
presetHeaders : connectionclose
262
270
connections : 32
263
271
serverScheme : https
264
- sslProtocol : tls12
272
+ sslProtocol : tls12
0 commit comments