mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 07:40:48 -08:00
Add --skip-update option to fs and repo subcommand (#641)
This commit is contained in:
@@ -370,6 +370,7 @@ func NewFilesystemCommand() *cli.Command {
|
||||
&severityFlag,
|
||||
&outputFlag,
|
||||
&exitCodeFlag,
|
||||
&skipUpdateFlag,
|
||||
&clearCacheFlag,
|
||||
&quietFlag,
|
||||
&ignoreUnfixedFlag,
|
||||
@@ -402,6 +403,7 @@ func NewRepositoryCommand() *cli.Command {
|
||||
&severityFlag,
|
||||
&outputFlag,
|
||||
&exitCodeFlag,
|
||||
&skipUpdateFlag,
|
||||
&clearCacheFlag,
|
||||
&quietFlag,
|
||||
&ignoreUnfixedFlag,
|
||||
|
||||
Reference in New Issue
Block a user