Running in Air Gapped environment #4160
Unanswered
mcvermeulen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm running Dependency track (version 4.11.4) in an Air Gapped environment. I've updated my NVD source and that works fine. I have a large list of CVE's available.
Now i want to analyze an application which uses NuGet dependencies. So i updated the Repositories\NuGet list. I've removed nuget.org as that url is not reachable and replaced it with a mirror an several internal repositories.
However. When i upload an sbom i still see the api trying to reach nuget.org instead of the other repositories.
Am i missing something? How do i get it to use the listed repositories instead of the one hardcoded in
NugetMetaAnalyzer.java
?Regards,
Marcel
Beta Was this translation helpful? Give feedback.
All reactions