@@ -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