-
Notifications
You must be signed in to change notification settings - Fork 127
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
.NET integration follow-up considerations #693
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
However, Microsoft.Sbom.Targets.targets should still define the @afscrome, out of curiosity, are you setting |
My original mistake was that I expected this to be usable on Publishing as well as packable, so added the following to my <GenerateSBOM Condition="$(IsPublishable) or $(IsPackable)" >true</GenerateSBOM> The project in question was Publishable, but not Packable, so I ended up with That said, I would very much like to set this globally - e.g. |
We hear you loud and clear about publishable projects - the first iteration of this integration in .NET for 9.0.100 is aimed squarely at NuGet packages, but we hope to follow in a subsequent release for published applications. This is great feedback to hear. @KalleOlaviNiemitalo thank you for kicking the tires! I generally agree with everything you've said here (and especially thank you for trying it in VS). |
I think this is a single instance of a general problem - all of the properties here should be lazily computed when the SBOM generation task runs instead of being 'pinned' when the targets file is read. This lets user logic/packages/etc influence those properties safely. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
My org has a number of packages with metadata configured along the lines of <Company>Acme Inc</Company>
<Authors>Team Name</Authors> In my view it would make more sense to base |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The But I wonder how necessary a random number even is here. Perhaps the value of |
hi folks, i have filed a handful of issues here to track various things so far. i would encourage y'all who feel strongly about certain topics to file issues you're passionate for and we can add them to this mini-epic to track for now. thanks again for all the feedback so far! edit: thank you so much @KalleOlaviNiemitalo (that was fast) |
Here is an issue regarding a recent integration effort into the .NET SDK & providing SBOMs for NuGet packages:
WIP / Done
The text was updated successfully, but these errors were encountered: