Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.37-support-criticality-level-in-scan-scope'
Browse files Browse the repository at this point in the history
  • Loading branch information
canack committed Nov 12, 2024
2 parents 195ee27 + 2022694 commit 4d0930c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func init() {
scanCmd.Flags().Bool("scope-include-empty", false, "enable to include SAST, SCA and IAC vulnerabilities with no path in this project.")
scanCmd.Flags().String("scope-included-paths", "", "a comma separated list of paths within your mono-repo so that Kondukto can decide on the SAST, SCA and IAC vulnerabilities to include in this project.")
scanCmd.Flags().String("scope-included-files", "", "a comma separated list of file names Kondukto should check for in vulnerabilities alongside paths")
scanCmd.Flags().Int("criticality-level", 0, "business criticality of the project, possible values are [ 4 = Major, 3 = High, 2 = Medium, 1 = Low, 0 = None, -1 = Auto ]. Default is [0]")

scanCmd.Flags().Bool("threshold-risk", false, "set risk score of last scan as threshold")
scanCmd.Flags().Int("threshold-crit", 0, "threshold for number of vulnerabilities with critical severity")
Expand Down

0 comments on commit 4d0930c

Please sign in to comment.