From 62866379f1e63d90cfefbf3c769b609949679b70 Mon Sep 17 00:00:00 2001 From: gabriel-cx <111127232+gabriel-cx@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:31:32 +0000 Subject: [PATCH 1/2] docs(kicsbot): preparing for release 2.1.1 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5509570d723..0e955b9617a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@


Version 2.1.0

-

2024.06.12

+

2024.07.01

Contribute!

From 4d53ce8378bc7431c6a93c35c9c4847f41a44021 Mon Sep 17 00:00:00 2001 From: gabriel-cx Date: Mon, 1 Jul 2024 15:35:27 +0100 Subject: [PATCH 2/2] update --- docker/Dockerfile.ubi8 | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.ubi8 b/docker/Dockerfile.ubi8 index ebb7880d8cc..be8a6b49eb8 100644 --- a/docker/Dockerfile.ubi8 +++ b/docker/Dockerfile.ubi8 @@ -44,7 +44,7 @@ LABEL name="KICS" \ description="Checkmarx/kics is an opensource project that enable you to find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle of your infrastructure-as-code find more in https://kics.io" \ maintainer="kics@checkmarx.com" \ vendor="Checkmarx" \ - version="v2.1.0" \ + version="v2.1.1" \ release="1" \ io.k8s.display-name="KICS by Checkmarx" \ io.openshift.tags="kics checkmarx" diff --git a/docs/index.md b/docs/index.md index 0e955b9617a..6e8725ff2a4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@


-

Version 2.1.0

+

Version 2.1.1

2024.07.01

Contribute!