Skip to content

Commit

Permalink
Update documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgHaj committed Oct 27, 2023
1 parent 52f227c commit c8647ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/callgraph/callgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Special Terms | Meaning
Example:
$ debricked files resolve . `+exampleFlags)
cmd.Flags().BoolVar(&buildDisabled, NoBuildFlag, false, `Do not automatically build all source code in the project to enable call graph generation.
This option requires a pre-built project. For more detailed documentation on Vulnerable Functionality, visit our portal:
https://portal.debricked.com/vulnerability-management-43/how-do-i-enable-the-vulnerable-functionality-246`)
This option requires a pre-built project. For more detailed documentation on the callgraph generation, visit our portal:
https://portal.debricked.com/debricked-cli-63/debricked-cli-documentation-298?tid=298&fid=63#callgraph`)
cmd.Flags().IntVar(&generateTimeout, GenerateTimeoutFlag, 60*60, "Timeout (in seconds) on call graph generation.")

viper.MustBindEnv(ExclusionFlag)
Expand Down

0 comments on commit c8647ec

Please sign in to comment.