Before deploying AI Supply Chain Security, make sure you understand:
Select OS
Select your operating system to view installation instructions.
Select Deployment Type
Select Hybrid or Disconnected mode. See Hybrid and Disconnected modes for more information.
Export your HiddenLayer information (product license, API key, and API secret). For Hybrid mode, scan results are sent to the HiddenLayer Console.
- Replace
%username%with your email used for the registry. - Replace
%password%with your registry license ID. - Replace
%CLI_LICENSE%with the HiddenLayer product license. - Replace
%HL_API_KEYand%HL_API_SECRET%with your HiddenLayer API key and secret, generated in the Console.
export HIDDENLAYER_USERNAME=%username% export HIDDENLAYER_PASSWORD=%password% export HL_LICENSE=%CLI_LICENSE% export HL_CLIENT_ID=%HL_API_KEY% export HL_CLIENT_SECRET=%HL_API_SECRET%- Replace
Run the following commands to login to the HiddenLayer images repository.
docker login --username=$HIDDENLAYER_USERNAME --password=$HIDDENLAYER_PASSWORD images.hiddenlayer.aiPull the Supply Chain CLI image.
docker pull --platform linux/amd64 images.hiddenlayer.ai/proxy/supply-chain-security/ghcr.io/hiddenlayer-engineering/supply-chain-scanner:26.8.0
Supply Chain is Ready to Scan Model Files
The Supply Chain Enterprise CLI is ready. See Scan Model Files for instructions on scanning model files.