Closed georg-eckert-zeiss closed 2 months ago
Hi, @georg-eckert-zeiss!
We don't directly provide any mechanism for authentication of private feeds. That said, sbom-tool wraps https://github.com/microsoft/component-detection, which is the code that is querying the feeds for metadata. You might check their documentation and/or ask your question there. If it's something in the environment, you should be able to configure that before calling sbom-tool and you'll be good to go.
If they don't already have this capability, you can open a feature request to see if they can provide it.
Hi there, could you please tell me how to make sure that
sbom-tool
can access private feeds. Does it need to do that? I always get this error:Can this be the cause? If so - how would I authenticate private NuGet and NPM feeds? I tried with
.npmrc
(which directory?) andnuget.config
with password.Best regards, Georg