diff --git a/Dockerfile b/Dockerfile
index fca73cb..c3c9bfe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM checkmarx/kics:v2.1.4 as kics-env
+FROM checkmarx/kics:v2.1.5 as kics-env
FROM cgr.dev/chainguard/wolfi-base:latest
diff --git a/README.md b/README.md
index 495a3d8..7b4e038 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ Ensure that you're using the
-**KICS version: 2.1.4**
+**KICS version: 2.1.5**
@@ -247,7 +247,7 @@ You can only enable one profiler at a time, CPU or MEM.
steps:
- uses: actions/checkout@v3
- name: run kics Scan
- uses: checkmarx/kics-github-action@v2.1.4
+ uses: checkmarx/kics-github-action@v2.1.5
with:
path: 'terraform'
profiling: MEM
@@ -278,7 +278,7 @@ jobs:
# make sure results dir is created
run: mkdir -p results-dir
- name: Run KICS Scan with SARIF result
- uses: checkmarx/kics-github-action@v2.1.4
+ uses: checkmarx/kics-github-action@v2.1.5
with:
path: 'terraform'
# when provided with a directory on output_path
@@ -344,7 +344,7 @@ jobs:
}
EOF
- name: Run KICS Scan using config
- uses: checkmarx/kics-github-action@v2.1.4
+ uses: checkmarx/kics-github-action@v2.1.5
with:
path: 'terraform'
config_path: ./kics.config