diff --git a/Dockerfile b/Dockerfile index 6a1a5a7..fca73cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM checkmarx/kics:v2.1.3 as kics-env +FROM checkmarx/kics:v2.1.4 as kics-env FROM cgr.dev/chainguard/wolfi-base:latest diff --git a/README.md b/README.md index 89d79a7..495a3d8 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Ensure that you're using the -**KICS version: 2.1.3** +**KICS version: 2.1.4** @@ -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.3 + uses: checkmarx/kics-github-action@v2.1.4 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.3 + uses: checkmarx/kics-github-action@v2.1.4 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.3 + uses: checkmarx/kics-github-action@v2.1.4 with: path: 'terraform' config_path: ./kics.config