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.
2 parents 3c8fbee + 5341947 commit bdee0cfCopy full SHA for bdee0cf
internal/commands/scan.go
@@ -60,7 +60,7 @@ const (
60
containerVolumeFlag = "-v"
61
containerNameFlag = "--name"
62
containerRemove = "--rm"
63
- containerImage = "checkmarx/kics:v2.1.10"
+ containerImage = "checkmarx/kics:v2.1.11"
64
containerScan = "scan"
65
containerScanPathFlag = "-p"
66
containerScanPath = "/path"
internal/commands/util/remediation.go
@@ -27,7 +27,7 @@ const (
27
filesContainerVolume = ":/files"
28
resultsContainerLocation = "/kics/"
29
30
31
32
remediateCommand = "remediate"
33
resultsFlag = "--results"
0 commit comments