component-detection
component-detection copied to clipboard
Allow internal artifact feed configuration in pip detector
Today, the Pip detector automatically pulls from PyPI for latest version + dependency tree.
https://github.com/microsoft/component-detection/blob/cf622c795006400d2644fc176e5e524032f043c1/docs/detectors/pip.md?plain=1#L25
We should use users' internal feeds, if configured, rather than making HTTP calls to PyPI by default.
#1129 now has support in experimental detection to handle this using the PIP_INDEX_URL environment variable.