Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add supplier/license info for cargo and pip #479

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Nit
  • Loading branch information
sebasgomez238 committed Jan 12, 2024
commit 977c243025e024c60b4d3ac8aecce3753b3cacb6
1 change: 1 addition & 0 deletions src/Microsoft.Sbom.Tool/Program.cs
Original file line number Diff line number Diff line change
@@ -69,6 +69,7 @@ await Host.CreateDefaultBuilder(args)
inputConfiguration.ToConfiguration();
return inputConfiguration;
})

.AddSbomTool();
})
.RunConsoleAsync(x => x.SuppressStatusMessages = true);
Loading
Oops, something went wrong.