Skip to content

Commit

Permalink
Add override flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalka committed Aug 13, 2021
1 parent c953e64 commit d3707e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 98 deletions.
97 changes: 0 additions & 97 deletions cmd/import.go

This file was deleted.

3 changes: 2 additions & 1 deletion cmd/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ func init() {
scanCmd.Flags().StringP("meta", "m", "", "meta data")
scanCmd.Flags().StringP("file", "f", "", "scan file")
scanCmd.Flags().StringP("branch", "b", "", "branch")
scanCmd.Flags().StringP("merge-target", "M", "", "target branch name for pull request")
scanCmd.Flags().StringP("merge-target", "M", "", "source branch name for pull request")
scanCmd.Flags().Bool("override", false, "overrides old analysis results for the source branch")
scanCmd.Flags().String("image", "", "image to scan with container security products")

scanCmd.Flags().Bool("threshold-risk", false, "set risk score of last scan as threshold")
Expand Down

0 comments on commit d3707e1

Please sign in to comment.