Skip to content

Commit 667529b

Browse files
committed
changed cmd message
1 parent 4d4abc3 commit 667529b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cicheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ func init() {
5858
cicheckCmd.Flags().StringP(
5959
"risk-threshold", "r", "low", "Risk threshold to fail the command. Available options: low, medium, high")
6060
cicheckCmd.Flags().IntP(
61-
"sast-timeout", "t", 30, "Timeout in minutes for the CI check (default: 30)")
61+
"sast-timeout", "t", 30, "Static scan timeout in minutes for the CI check (default: 30)")
6262

6363
}

0 commit comments

Comments
 (0)