Skip to content

Commit

Permalink
Merge pull request #124 from Checkmarx/cx-monicac-patch-1
Browse files Browse the repository at this point in the history
Bump kics dockerfile version
  • Loading branch information
cx-monicac authored Feb 5, 2025
2 parents 5a6152e + 0613c69 commit 3246fb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Ensure that you're using the <a href="https://github.com/Checkmarx/kics-github-a
- uses: actions/checkout@v3
# Scan Iac with kics
- name: run kics Scan
uses: checkmarx/kics-github-action@v2.1.4
uses: checkmarx/kics-github-action@v2.1.5
with:
# scanning two directories: ./terraform/ ./cfn-templates/ plus a single file
path: 'terraform,cfn-templates,my-other-sub-folder/Dockerfile'
Expand All @@ -144,7 +144,7 @@ If you want KICS to ignore the results and return exit status code 0 unless a KI
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'
ignore_on_exit: results
Expand All @@ -162,7 +162,7 @@ If want your pipeline just to fail on HIGH and MEDIUM severity results and KICS
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,my-other-sub-folder/Dockerfile'
fail_on: high,medium
Expand All @@ -188,7 +188,7 @@ jobs:
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: test/samples/positive1.tf,test/samples/positive2.tf
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -202,7 +202,7 @@ jobs:

<img alt="KICS Logo" src="https://user-images.githubusercontent.com/111127232/203838108-ad537fea-4573-495a-9619-18500ee81dd9.png">

**KICS version: 2.1.4**
**KICS version: 2.1.5**

<table>
<tr></tr>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3246fb4

Please sign in to comment.