Skip to content

Commit

Permalink
fix(terraform): add null as allowed value, when checking for presence…
Browse files Browse the repository at this point in the history
… of public IP in CKV2_AZURE_39 (#6094)

* add null as allowed value for public-ips

* add tests for empty/null list in AzureVMconfigPublicIP_SerialConsoleAccess

* correct type of "ip_configuration.public_ip_address_id" to string

---------

Co-authored-by: Taylor <[email protected]>
  • Loading branch information
2 people authored and actions-user committed Aug 12, 2024
1 parent 99730d1 commit 0ffda02
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.220'
version = '3.2.221'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.220
checkov==3.2.221

0 comments on commit 0ffda02

Please sign in to comment.