Skip to content

Commit

Permalink
feat(terraform): Added new Terraform-AWS python IAMUserNotUsedForAcce…
Browse files Browse the repository at this point in the history
…ss(CKV_AWS_273) policy (bridgecrewio#3574)

* Added new aws terraform IAMUserNotUsedForAccess python policy

* Updated ckv_aws_273 with comment from previous pull request

* fix supported_resources value

* adjust the check to fail when aws_iam_user resource found

* updated the name for IAMUserNotUsedForAccess.py

Co-authored-by: Anton Grübel <[email protected]>
  • Loading branch information
2 people authored and schosterbarak committed Oct 12, 2022
1 parent d6cef54 commit 590c9c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admissioncontroller/checkov-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.266
checkov==2.1.267
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.266'
version = '2.1.267'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.266
checkov==2.1.267

0 comments on commit 590c9c8

Please sign in to comment.