-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore as keys/pwd are only used in tests (#15459)
* Ignore as keys/pwd are only used in tests * Copy to root
- Loading branch information
1 parent
16bab35
commit 49902c9
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"tool": "Credential Scanner", | ||
"suppressions": [ | ||
{ | ||
"file": "src\\test\\datascience\\serverConfigFiles\\jkey.key", | ||
"_justification": "Key file used for testing purposes, it is not a key relating to anything real" | ||
}, | ||
{ | ||
"file": "src\\test\\datascience\\serverConfigFiles\\remotePassword.py", | ||
"_justification": "The secret in this file used here for testing." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters