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 9605e76 commit 2b775f6Copy full SHA for 2b775f6
internal/commands/scan_test.go
@@ -59,7 +59,7 @@ const (
59
additionalParamsError = "flag needs an argument: --additional-params"
60
scanCommand = "scan"
61
kicsRealtimeCommand = "kics-realtime"
62
- kicsPresetIDIncorrectValueError = "Invalid value for --iac-security-preset-id flag. Must be a valid UUID."
+ kicsPresetIDIncorrectValueError = "invalid value for --iac-security-preset-id flag, must be a valid UUID"
63
InvalidEngineMessage = "Please verify if engine is installed"
64
SCSScoreCardError = "SCS scan failed to start: Scorecard scan is missing required flags, please include in the ast-cli arguments: " +
65
"--scs-repo-url your_repo_url --scs-repo-token your_repo_token"
0 commit comments