From aef53e277dee01f093fc49fa131d9b8d684994c1 Mon Sep 17 00:00:00 2001 From: Robert Gottlieb Date: Tue, 10 Dec 2024 13:08:35 -0500 Subject: [PATCH] updated thresholds to only look for 300 days warn and 360 days violation --- ci/aws-iam-check-keys/thresholds.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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