add files with test pws to credscan suppression (#528)

* add files with test pws to credscan suppression

* update justification
This commit is contained in:
Tess Gauthier 2021-09-21 14:51:53 -04:00 committed by GitHub
parent 0b73c4636d
commit e3ec55a47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,26 @@
{
"file": "\\contrib\\win32\\openssh\\OpenSSHTestHelper.psm1",
"_justification": "password for testing purpose"
},
{
"file": "\\regress\\pesterTests\\PlatformAbstractLayer.psm1",
"_justification": "password for testing purpose"
},
{
"file": "auth.c",
"_justification": "upstream code uses fake password"
},
{
"file": "\\regress\\pesterTests\\data\\sshtest_hostkey_dsa",
"_justification": "ssh key for testing purpose"
},
{
"file": "\\regress\\pesterTests\\data\\sshtest_hostkey_ecdsa",
"_justification": "ssh key for testing purpose"
},
{
"file": "\\regress\\pesterTests\\data\\sshtest_hostkey_rsa",
"_justification": "ssh key for testing purpose"
}
]
}