Skip to content

Commit

Permalink
Use the correct config for access key age
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris DeRamus committed Oct 3, 2016
1 parent 721de18 commit 477d6ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions templates/divvy_user_stale_access_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
{
"config": {},
"name": "divvy.action.mark_non_compliant",
"run_when_result_is": true
"run_when_result_is": false
}
],
"filters": [
{
"config": {
"policy_names": [
"AdministratorAccess",
"PowerUser"
]
"days": 90
},
"name": "divvy.filter.service_user_access_key_age_at_least",
"negate": false
Expand Down

0 comments on commit 477d6ef

Please sign in to comment.