Skip to content

Commit a98c6ed

Browse files
authored
Fix credentials comments
**DISABLE_SECRET_SCANNING**
1 parent e7174a5 commit a98c6ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BenchmarksApps/TechEmpower/BlazorSSR/blazorssr.benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
variables:
1717
serverScheme: http
1818
environmentVariables:
19-
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Development password, not confidential")]
19+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Development password, not confidential")]
2020
connectionString: Server={{databaseServer}};Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=18;Enlist=false;Max Auto Prepare=4;Multiplexing=true;Write Coalescing Buffer Threshold Bytes=1000
2121

2222
postgresql:

src/BenchmarksApps/TechEmpower/RazorPages/razorpages.benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
variables:
1717
serverScheme: http
1818
environmentVariables:
19-
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Development password, not confidential")]
19+
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Development password, not confidential")]
2020
connectionString: Server={{databaseServer}};Database=hello_world;User Id=benchmarkdbuser;Password=benchmarkdbpass;Maximum Pool Size=18;Enlist=false;Max Auto Prepare=4;Multiplexing=true;Write Coalescing Buffer Threshold Bytes=1000
2121

2222
postgresql:

0 commit comments

Comments
 (0)