Skip to content

Commit

Permalink
fix(terraform): add missing AWS RDS CA certificate identifiers for aw…
Browse files Browse the repository at this point in the history
…s_db_instance resource (#5247)

* fix(terraform): add missing AWS RDS CA certificate identifiers for aws_db_instance resource for check CKV_AWS_211

fixes: #5246

* fix(terraform): remove rds-ca-2019 from RDS CA certificates as AWS does not recommend to use it anymore

fixes: #5246
  • Loading branch information
taufort authored and actions-user committed Jun 25, 2023
1 parent 4945896 commit a2ec587
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 = '2.3.301'
version = '2.3.302'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.3.301
checkov==2.3.302

0 comments on commit a2ec587

Please sign in to comment.