From 22c24696d7785c26df35e6f7efca89d255276f97 Mon Sep 17 00:00:00 2001 From: gruebel Date: Tue, 27 Jun 2023 23:01:49 +0000 Subject: [PATCH] chore: update release notes --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54595898ee1..f76a68cfcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # CHANGELOG -## [Unreleased](https://github.com/bridgecrewio/checkov/compare/2.3.303...HEAD) +## [Unreleased](https://github.com/bridgecrewio/checkov/compare/2.3.306...HEAD) + +## [2.3.306](https://github.com/bridgecrewio/checkov/compare/2.3.303...2.3.306) - 2023-06-27 + +### Feature + +- **terraform:** add module check for commit hash revision usage - [#5261](https://github.com/bridgecrewio/checkov/pull/5261) + +### Bug Fix + +- **openapi:** add security definition type validation into CKV_OPENAPI_9 - [#5262](https://github.com/bridgecrewio/checkov/pull/5262) +- **secrets:** fix secrets omit crash when value is not string - [#5260](https://github.com/bridgecrewio/checkov/pull/5260) +- **terraform:** ignore local modules in CKV_TF_1 - [#5264](https://github.com/bridgecrewio/checkov/pull/5264) ## [2.3.303](https://github.com/bridgecrewio/checkov/compare/2.3.302...2.3.303) - 2023-06-26