feat(lang): add dependency origin graph (#1970)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
AndreyLevchenko
2022-06-16 13:34:26 +06:00
committed by GitHub
parent 685a92e09a
commit 3e3c119555
14 changed files with 314 additions and 25 deletions

View File

@@ -243,6 +243,7 @@ func (r *runner) Report(opt Option, report types.Report) error {
AppVersion: opt.GlobalOption.AppVersion,
Format: opt.Format,
Output: opt.Output,
Tree: opt.DependencyTree,
Severities: opt.Severities,
OutputTemplate: opt.Template,
IncludeNonFailures: opt.IncludeNonFailures,