From 4c1b96b2a7b269fd09a19a27bc4ab00bf30273ce Mon Sep 17 00:00:00 2001 From: cx-monicac Date: Thu, 3 Oct 2024 12:01:17 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0b72dcb..89d79a7 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ It is as simple as running a CLI tool, making it easy to integrate into any proj Azure BluePrints    GitHub Workflows    OpenTofu    +NIFCloud    #### Beta Features Databricks    -NIFCloud    TencentCloud    -In order to run the Databricks, NIFCloud and TencentCloud queries, use the `--experimental-queries` flag when running KICS. +In order to run the Databricks and TencentCloud queries, use the `--experimental-queries` flag when running KICS. Official documentation page docs.kics.io @@ -121,7 +121,7 @@ Ensure that you're using the -**KICS version: 1.6.0** +**KICS version: 2.1.3** @@ -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.0 + uses: checkmarx/kics-github-action@v2.1.3 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.0 + uses: checkmarx/kics-github-action@v2.1.3 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.0 + uses: checkmarx/kics-github-action@v2.1.3 with: path: 'terraform' config_path: ./kics.config From 517f0f8927bd4e196dc2d4d1493f0b0e740c3da1 Mon Sep 17 00:00:00 2001 From: cx-monicac Date: Thu, 3 Oct 2024 12:02:23 +0100 Subject: [PATCH 2/2] refactor:updates kics version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e333b1e..6a1a5a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM checkmarx/kics:v2.1.2 as kics-env +FROM checkmarx/kics:v2.1.3 as kics-env FROM cgr.dev/chainguard/wolfi-base:latest