Skip to content

Commit ef65d63

Browse files
dotnet-botjoperezr
authored andcommitted
Initial commit
1 parent 268a927 commit ef65d63

File tree

723 files changed

+44196
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

723 files changed

+44196
-368
lines changed

.config/CredScanSuppressions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"placeholder": "postgres",
6+
"_justification": "This is a default PostgreSQL username and password, used in integration tests to connect to local db instance."
7+
},
8+
{
9+
"placeholder": "fake",
10+
"_justification": "This is fake key name, used in integration tests to try to connect to Azure ServiceBus."
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)