Skip to content

Commit

Permalink
updated thresholds to only look for 300 days warn and 360 days violation
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgottlieb committed Dec 10, 2024
1 parent f04e55d commit aef53e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/aws-iam-check-keys/thresholds.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aef53e2

Please sign in to comment.