diff --git a/ci/aws-iam-check-keys/thresholds.yml b/ci/aws-iam-check-keys/thresholds.yml index 0793f98..046846e 100644 --- a/ci/aws-iam-check-keys/thresholds.yml +++ b/ci/aws-iam-check-keys/thresholds.yml @@ -1,20 +1,20 @@ - account_type: "Operator" is_wildcard: True - warn: 75 - violation: 90 + warn: 300 + violation: 360 alert: True - account_type: "Platform" is_wildcard: True - warn: 80 - violation: 165 + warn: 300 + violation: 360 alert: True - account_type: "Application" is_wildcard: True - warn: 80 - violation: 165 + warn: 360 + violation: 360 alert: True - account_type: "Customer" is_wildcard: True - warn: 0 - violation: 0 + warn: 300 + violation: 360 alert: False