forked from Azure/azure-iot-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredscan_suppression.json
38 lines (37 loc) · 1.26 KB
/
credscan_suppression.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "\\azure_provisioning_e2e\\tests\\test_async_certificate_enrollments.py",
"_justification": "Test containing fake passwords and keys"
},
{
"file": "\\azure_provisioning_e2e\\tests\\test_sync_certificate_enrollments.py",
"_justification": "Test containing fake passwords and keys"
},
{
"file": "\\azure-iot-device\\tests\\common\\auth\\test_signing_mechanism.py",
"_justification": "Test containing fake keys"
},
{
"file": "\\azure-iot-device\\tests\\common\\auth\\test_sastoken.py",
"_justification": "Test containing fake signed data"
},
{
"file": "\\azure-iot-device\\tests\\iothub\\shared_client_tests.py",
"_justification": "Test containing fake signed data"
},
{
"file": "\\azure-iot-device\\tests\\iothub\\client_fixtures.py",
"_justification": "Test containing fake keys and fake signed data"
},
{
"file": "\\azure-iot-device\\tests\\iothub\\test_sync_clients.py",
"_justification": "Test containing fake signed data"
},
{
"file": "\\azure-iot-device\\tests\\iothub\\aio\\test_async_clients.py",
"_justification": "Test containing fake signed data"
}
]
}