Skip to content

Commit 398abcf

Browse files
docs(kicsbot): preparing for release 2.1.17 (#7889)
* docs(kicsbot): preparing for release 2.1.16 * docs: preparing for release * docs(kicsbot): preparing for release 2.1.17 * update version * update version --------- Co-authored-by: cx-miguel-silva <[email protected]>
1 parent db4e1f4 commit 398abcf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM checkmarx/go:1.25.4-r0-0f666a5fd03ad6@sha256:0f666a5fd03ad60c4cb5309df02ff11e4aa8f42908a876fde287a4f97abb2c8f AS build_env
1+
FROM checkmarx/go:1.25.4-r0-fbc7b9b7b7ba53@sha256:fbc7b9b7b7ba53794faa91d4dcaacb4d584209b8c08e74513d5cc14042b77e5b AS build_env
22

33
# Copy the source from the current directory to the Working Directory inside the container
44
WORKDIR /app
@@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
2929
# Runtime image
3030
# Ignore no User Cmd since KICS container is stopped afer scan
3131
# kics-scan ignore-line
32-
FROM checkmarx/git:2.52.0-r0-8ea14bbb4ce02c@sha256:8ea14bbb4ce02c67ba4a3d941c88f592301e3f6e70a5dd3ae0d690d58dddd820
32+
FROM checkmarx/git:2.52.0-r0-4740f99b4432a5@sha256:4740f99b4432a55073272b69d3a4fdc9cee2085e9be58089effbb8354bce923d
3333

3434
ENV TERM xterm-256color
3535

docker/Dockerfile.ubi8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LABEL name="KICS" \
4444
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" \
4545
maintainer="[email protected]" \
4646
vendor="Checkmarx" \
47-
version="v2.1.16" \
47+
version="v2.1.17" \
4848
release="1" \
4949
io.k8s.display-name="KICS by Checkmarx" \
5050
io.openshift.tags="kics checkmarx"

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</div>
1212
<div class="col-6 text-center">
1313
<br/><br/>
14-
<h4>Version 2.1.16</h4>
15-
<p style="font-size:8pt">2025.11.17<p>
14+
<h4>Version 2.1.17</h4>
15+
<p style="font-size:8pt">2025.12.02<p>
1616
<a class="btn btn-outline-success" href="https://docs.kics.io/latest/CONTRIBUTING">Contribute!</a>
1717
</div>
1818
</div>

0 commit comments

Comments
 (0)