Skip to content

Commit

Permalink
Merge pull request #343 from kmonticolo/fix_typo
Browse files Browse the repository at this point in the history
Fix typo on AWS IAM account password policy rego name
  • Loading branch information
cesar-rodriguez authored Sep 29, 2020
2 parents dcd76dd + 1a2f072 commit 9aad2cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "passwordResuseNotAllowed",
"file": "passwordResuseNotAllowed.rego",
"name": "passwordReuseNotAllowed",
"file": "passwordReuseNotAllowed.rego",
"template_args": {
"name": "passwordResuseNotAllowed",
"name": "passwordReuseNotAllowed",
"parameter": "password_reuse_prevention",
"prefix": "",
"value": 0
Expand All @@ -12,4 +12,4 @@
"reference_id": "AWS.Iam.IAM.Low.0539",
"category": "IAM",
"version": 2
}
}

0 comments on commit 9aad2cf

Please sign in to comment.