Skip to content

Commit d7cde62

Browse files
Merge branch 'main' into bug/AST-73370
2 parents c4fd158 + 4c614be commit d7cde62

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ jobs:
171171
ignore-unfixed: true
172172
vuln-type: 'os,library'
173173
output: './trivy-image-results.txt'
174-
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
175174
env:
176175
TRIVY_SKIP_DB_UPDATE: true
177176
TRIVY_SKIP_JAVA_DB_UPDATE: true

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
139139

140140
notify:
141+
if: inputs.dev == false
141142
needs: build
142143
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
143144
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM checkmarx/bash:5.2.37-r2
1+
FROM checkmarx/bash:5.2.37-r2-ef73fbf0f86d3b@sha256:ef73fbf0f86d3b0f1b9d0af383939a482f9ec0b0227fc5a330c70753f2e1da75
22
USER nonroot
33

44
COPY cx /app/bin/cx

internal/commands/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const (
6060
containerVolumeFlag = "-v"
6161
containerNameFlag = "--name"
6262
containerRemove = "--rm"
63-
containerImage = "checkmarx/kics:latest"
63+
containerImage = "checkmarx/kics:v2.1.3"
6464
containerScan = "scan"
6565
containerScanPathFlag = "-p"
6666
containerScanPath = "/path"

internal/commands/util/remediation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
filesContainerVolume = ":/files"
2828
resultsContainerLocation = "/kics/"
2929
containerRemove = "--rm"
30-
containerImage = "checkmarx/kics:latest"
30+
containerImage = "checkmarx/kics:v2.1.3"
3131
containerNameFlag = "--name"
3232
remediateCommand = "remediate"
3333
resultsFlag = "--results"

0 commit comments

Comments
 (0)