From 0613c698a13b303b315a125d3d214571cb1ea9ae Mon Sep 17 00:00:00 2001 From: cx-monicac Date: Wed, 5 Feb 2025 15:43:58 +0000 Subject: [PATCH] bumps read me kics version --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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