From 85c11da257cf155655fbcae4b69b272e07d3bdcd Mon Sep 17 00:00:00 2001 From: gabriel-cx <111127232+gabriel-cx@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:01:37 +0000 Subject: [PATCH 1/2] docs(kicsbot): preparing for release 2.1.0 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b3698cfd227..4cba719f4eb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@


Version 2.0.1

-

2024.05.02

+

2024.06.12

Contribute!

From 5d998a234c2bee992dea25f9b5d5a86691c5a79e Mon Sep 17 00:00:00 2001 From: gabriel-cx Date: Wed, 12 Jun 2024 13:06:48 +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 6b317b4cd22..0be16d0ba7c 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.0.1" \ + version="v2.1.0" \ 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 4cba719f4eb..5509570d723 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@


-

Version 2.0.1

+

Version 2.1.0

2024.06.12

Contribute!