dexter-2k's picture
Upload folder using huggingface_hub
ee929ba verified
Raw
History Blame Contribute Delete
620 Bytes
{
"id": 1,
"category": "easy",
"title": "Cloud Provisioning",
"description": "Hardcoded AWS Access Key in config.py.",
"scan_mode": "dir",
"exclude_paths": [
".env"
],
"secrets": [
{
"id": "s1",
"type": "aws_access_key",
"path": "config.py",
"line": 3,
"visibility": "surface"
},
{
"id": "s2",
"type": "aws_access_key",
"path": "config.py",
"line": 3,
"visibility": "surface"
},
{
"id": "s3",
"type": "assignment_secret",
"path": "config.py",
"line": 3,
"visibility": "shallow"
}
]
}