-
Notifications
You must be signed in to change notification settings - Fork 23
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
Include the flake refs / eval time dependencies into the SBOM #121
Comments
Hi @arianvp, thanks! |
Disregard below, this is a build vs runtime issue, should probably be it's own issue: I think he's mentioning the fact that sbomnix seems to force a I would assume the desired behavior would reflect something like
|
Nevermind, missed it the first time. Looks like the ask is more like, "If I have one or many repos which package additional software, I would like to know where these package expressions are defined, are they from nixpkgs, or some other overlay?" There's a few (potential) issues here:
|
Most of the tools in this repository support working with
Right, think I got the request now but unfortunately I also don't see how that could be done. |
You may be able to query it with
The hard part would be "which repo does this path prefix belong to?" |
We have the narhash of the repo in the flake.lock that should help no? |
The SBOM generator is great! But often I want to know "Hey where did all these derivations come from" and for that it would be useful if we would also record the details from the flake lock file in the SBOM so that we can easily link to the nixpkgs commit that built the artefact.
The text was updated successfully, but these errors were encountered: