Replies: 5 comments
-
Have you tried running the container images with |
Beta Was this translation helpful? Give feedback.
-
Not just containers, but all types |
Beta Was this translation helpful? Give feedback.
-
When using cdxgen container to scan a project with network none, all project scans happen without internet. |
Beta Was this translation helpful? Give feedback.
-
Search and ChatGPT points to articles like these with more options - https://www.baeldung.com/linux/block-access-process-network |
Beta Was this translation helpful? Give feedback.
-
For example, when scanning the source code of a Java project, MVN will pull the jar package from the repository. If there is no network, it will fail to build, resulting in the inability to obtain component information. Therefore, the essence of CDXGEN still depends on the network or building a proxy server |
Beta Was this translation helpful? Give feedback.
-
The author wants to ask whether cdxgen can leave the Internet and scan offline. I have seen its principle. It seems that it compiles by driving commands in various languages, and then obtains component information. If the network is disconnected, whether cdxgen can work normally, and what the effect is. If you want to change the source code, how difficult is it
Beta Was this translation helpful? Give feedback.
All reactions