-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[SECURITY] Microsoft.Sbom.Targets
nuget for package SBOM
#26093
base: main
Are you sure you want to change the base?
Conversation
<PackageReference Include="Microsoft.Sbom.Targets" Version="$(MicrosoftSbomTargetsPackageVersion)"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. This is something I wasn't sure where to place. Sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rmarinho probably can quickly say what the best option here is now with all the arcade fanciness.
Sure waiting for input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yap I agree we should maybe add to the NugetVersion targets ?
https://github.com/dotnet/maui/blob/main/eng/NuGetVersions.targets#L312
CI errors
|
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
CI errors:
|
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/rebase |
/rebase |
1 similar comment
/rebase |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description of Change
Added
Microsoft.Sbom.Targets
nuget which is used to generate and pack Software Bill of Material (SBOM) of the assets packed in. nuget.Microsoft.Sbom.Targets
was already added to Android Libraries where more details can be found:dotnet/android-libraries#1052