We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7c56b commit 1f26f40Copy full SHA for 1f26f40
internal/commands/scan.go
@@ -62,7 +62,7 @@ const (
62
containerVolumeFlag = "-v"
63
containerNameFlag = "--name"
64
containerRemove = "--rm"
65
- containerImage = "checkmarx/kics:v2.1.17"
+ containerImage = "checkmarx/kics:v2.1.18"
66
containerScan = "scan"
67
containerScanPathFlag = "-p"
68
containerScanPath = "/path"
internal/commands/util/remediation.go
@@ -27,7 +27,7 @@ const (
27
filesContainerVolume = ":/files"
28
resultsContainerLocation = "/kics/"
29
30
- ContainerImage = "checkmarx/kics:v2.1.17"
+ ContainerImage = "checkmarx/kics:v2.1.18"
31
32
remediateCommand = "remediate"
33
resultsFlag = "--results"
0 commit comments