iamguard
Version:
A command-line tool for scanning and analyzing AWS IAM configurations for security risks
32 lines • 701 B
JSON
{
"thresholds": {
"inactiveDays": 30,
"accessKeyAge": 90,
"passwordMinLength": 14,
"maxPasswordAge": 90
},
"scanning": {
"maxConcurrentRequests": 10,
"retryAttempts": 3,
"retryDelay": 1000,
"timeout": 30000
},
"reporting": {
"formats": ["json", "html", "csv"],
"autoOpen": true,
"includeRecommendations": true
},
"compliance": {
"frameworks": ["CIS", "NIST", "SOC2"],
"enableCompliance": true
},
"cicd": {
"failOnCritical": true,
"failOnHigh": false,
"maxMediumIssues": 10,
"maxLowIssues": 50,
"enableExitCodes": true,
"outputFormat": "json",
"suppressBanner": false
}
}