You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/cli/store.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ func init() {
100
100
101
101
set.StringP("interval", "i", "5m", "if polling set interval, m, h, s, etc.")
102
102
103
-
set.IntP("daysSinceLastScan", "l", 0, "days since the last vulnerability scan was run. 0 means only run once")
103
+
set.IntP("last-scan", "l", 0, "days since the last vulnerability scan was run. Default 0 means only run once")
104
104
105
105
set.BoolP("cert-good", "g", false, "enable to certifyGood, otherwise defaults to certifyBad")
106
106
set.BoolP("package-name", "n", false, "if type is package, enable if attestation is at package-name level (for all versions), defaults to specific version")
0 commit comments