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 61b08b3 + bdee0cf commit d4857feCopy full SHA for d4857fe
internal/commands/scan.go
@@ -61,7 +61,7 @@ const (
61
containerVolumeFlag = "-v"
62
containerNameFlag = "--name"
63
containerRemove = "--rm"
64
- containerImage = "checkmarx/kics:v2.1.10"
+ containerImage = "checkmarx/kics:v2.1.11"
65
containerScan = "scan"
66
containerScanPathFlag = "-p"
67
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