From 65d97b391b58182d6e022472598400a81c4b2e09 Mon Sep 17 00:00:00 2001 From: gabriel-cx Date: Wed, 17 Apr 2024 20:16:08 +0000 Subject: [PATCH 1/2] docs(kicsbot): preparing for release 2.0.0 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 317becf2e5d..1496efc2389 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@


Version 1.7.13

-

2024.02.29

+

2024.04.17

Contribute!

From 1903b688bc7dabe6a6dbae35bc918802373a409d Mon Sep 17 00:00:00 2001 From: gabriel-cx Date: Wed, 17 Apr 2024 21:21:09 +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 031ce8698aa..6e3073a6f7b 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="v1.7.13" \ + version="v2.0.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 1496efc2389..da4d58e0cc1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@


-

Version 1.7.13

+

Version 2.0.0

2024.04.17

Contribute!