From 86a2bdb421acfa2f84b0123a4d28f4813beddf97 Mon Sep 17 00:00:00 2001 From: gruebel Date: Sun, 16 Jul 2023 23:01:29 +0000 Subject: [PATCH] chore: update release notes --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319c23a8f02..0642b1bd4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # CHANGELOG -## [Unreleased](https://github.com/bridgecrewio/checkov/compare/2.3.324...HEAD) +## [Unreleased](https://github.com/bridgecrewio/checkov/compare/2.3.326...HEAD) + +## [2.3.326](https://github.com/bridgecrewio/checkov/compare/2.3.324...2.3.326) - 2023-07-16 + +### Feature + +- **sca:** add fix code and command to cve report - [#5333](https://github.com/bridgecrewio/checkov/pull/5333) +- **sca:** fix code block array structure - [#5338](https://github.com/bridgecrewio/checkov/pull/5338) + +### Bug Fix + +- **general:** properly encode non supported chars in SARIF uri field - [#5336](https://github.com/bridgecrewio/checkov/pull/5336) + +### Documentation + +- **sca:** Add SCA skip comments to docs - [#5330](https://github.com/bridgecrewio/checkov/pull/5330) ## [2.3.324](https://github.com/bridgecrewio/checkov/compare/2.3.321...2.3.324) - 2023-07-13