Use this if
Use the dashboard wizard to choose a scanner or defense-in-depth appliance, create the right scoped API key, and copy one command that handles BlackShield setup for you.
Use the dashboard wizard to choose a scanner or defense-in-depth appliance, create the right scoped API key, and copy one command that handles BlackShield setup for you. Audience: Tenant admins, operations teams, platform engineers, and customer-success teams helping a tenant onboard. Typical setup time: 5-10 minutes.
Use the dashboard wizard to choose a scanner or defense-in-depth appliance, create the right scoped API key, and copy one command that handles BlackShield setup for you.
Start here
Step 1
The wizard keeps runtime selection, provider/deployment choices, scoped API key creation, and command generation in one dashboard workflow.
What success looks like
You are ready to configure a scanner or appliance without switching between docs, API keys, and runtime-specific setup pages.
Step 2
The wizard maps each runtime to least-privilege API key scopes and stable public image tags.
What success looks like
The selected runtime has a bounded expiry and least-privilege scope mapping.
Step 3
Generation creates a one-time raw API key and inserts it into a shell-safe command for the selected runtime.
What success looks like
The runtime has a copy-paste command that includes the one-time API key and pinned image tag.
Demonstration only
This configuration is designed for ease of use. To deploy scanner clients at scale, please plan your deployment architecture accordingly or contact us for enterprise best practices.
export BLACKSHIELD_PIPELINE_IMAGE='public.ecr.aws/blackshield-security/pipeline-scanner:1.0.9'
export BLACKSHIELD_API_URL='https://api.blackshield.chaplau.com'
export BLACKSHIELD_API_KEY='paste-generated-key-here'
export BLACKSHIELD_PIPELINE_TOOLS='trivy,trufflehog,syft'
export BLACKSHIELD_REPO_CHANGE_MODE='create_branch_commit'
bash <(curl -fsSL 'https://blackshield.chaplau.com/source-bundles/github-security-scan.sh')Keep your rollout moving with the next recommended step.
Deploy the Pipeline Scanner