vscode-proxy-agent/CredScanSuppressions.json

11 строки
202 B
JSON

{
"tool": "Credential Scanner",
"suppressions": [
{
"file": [
".devcontainer/basic-auth-test/docker-compose.yml"
],
"_justification": "These are dummy credentials for testing."
}
]
}