Description
Problem 1
I have been trying to configure cdxgen to use a private ruby artifactory (Jfrog) but no matter the env variables I set it always attempts to query rubygems.org.
I am using a debian docker container and installing cdxgen in it using npm.
Using a cdxgen cli on my machine seems fine though, but not when installed in Dockerfile.
Any suggestions how this could be setup with the latest version?
Is it even necessary to try and query the artifactory? Is it possible to disable this?
Problem 2
With the previous versions (tested on 10.0.0, does not work anymore after v11) I manage to generate an SBOM however, with the latest version (11.1.8) the generation stops without any error (last output line using debug mode: Querying rubygems.org for ffi
).
I attempted to do the same with the recommended docker images, but same issue.
What actually changed?
How can I debug the problem in more depth?
Activity