Skip to content

Commit

Permalink
feat(cloudformation): Add sensitive param check (#6921)
Browse files Browse the repository at this point in the history
* New check

* Add more fixes

* fix cfn-lint

* ignore lint

* Remove dupes

* skip security check

* fix flake8

* Limit for EC2 creds

* Limit Azure VMs
  • Loading branch information
tsmithv11 authored and actions-user committed Dec 31, 2024
1 parent d90c55c commit b3bb4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.2.344'
version = '3.2.345'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.344
checkov==3.2.345

0 comments on commit b3bb4aa

Please sign in to comment.