summaryrefslogtreecommitdiffstats
path: root/ansible_collections/azure/azcollection/CredScanSuppressions.json
blob: c5a38bbc2bb8e7e94010d59d7b471ceca8b6bca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "tool": "Credential Scanner",
    "suppressions": [
        {
            "placeholder": "Password123!",
            "_justification": "Mock secret used for tests and samples."
        },
        {
            "file": "cert1.txt", 
            "_justification": "Legitimate IT certificate file with private key"
        },
        {
            "file": "cert2.txt", 
            "_justification": "Legitimate IT certificate file with private key"
        }
    ]
}