feat(allowlist): allowlist a specific service (#2331)

This commit is contained in:
Sergio Garcia
2023-05-09 15:43:04 +02:00
committed by GitHub
parent 6273dd3d83
commit d344318dd4
4 changed files with 90 additions and 13 deletions

View File

@@ -22,6 +22,11 @@ You can use `-w`/`--allowlist-file` with the path of your allowlist yaml file, b
Resources:
- "user-1" # Will ignore user-1 in check iam_user_hardware_mfa_enabled
- "user-2" # Will ignore user-2 in check iam_user_hardware_mfa_enabled
"ec2_*":
Regions:
- "*"
Resources:
- "*" # Will ignore every EC2 check in every account and region
"*":
Regions:
- "*"