summary.referenced_models. Supply Chain does not download these files during the container scan. See NIM Container Scanning for manifest parsing and advisory details.
Why Referenced Files Must Be Downloaded
ngc://is not a supported--inputscheme. Supply Chain accepts local paths, cloud storage URLs, Hugging Face URLs, andoci://container references — notngc://artifact URIs.- NGC serves model files over authenticated HTTPS APIs. Individual model artifacts require NGC credentials (
NGC_API_KEY) to download. - The scanner does not pass NGC credentials to artifact download endpoints. While
NGC_API_KEYis used to pulloci://nvcr.io/nim/...container images, that credential is not applied when fetching files referenced byngc://URIs in the manifest.
Prerequisites
- Create an API key in the NGC portal.
-
Set the environment variable:
-
Configure the CLI:
Provide your API key when prompted.
Parse a referenced URI
Referenced models from a NIM container scan use this URI format:
Example:
Follow-up scan
After downloading artifacts, scan the files locally using Supply Chain CLI. See Scanning a single file in Usage Examples fordocker run commands.
