For the complete documentation index, see llms.txt. This page is also available as Markdown.

Config Changes to Enable BIR in SSD

UI Configuration

Set the below flags to true in the config.json file to enable the BIR feature.

"airemediation": true,
"bir": true,

The feature will be available in Scan Now -> Artifact Scan page.

Once the feature is enabled,

  1. Option to upload Dockerfile will be available in the configuration section of Add Project page.

  2. Remediation tab will be displayed in the View Section.

Limitations and conditions

Users can upload the DockerFile under the following conditions:

  • When ArtifactTag is selected as Latest.

  • When ArtifactTag is selected as All, and user selects one Tags/Tag pattern.

Dockerfile name should include ‘DockerFile’ in any case.

  • Supported file extensions are .prod, .dev, .txt

  • Unsupported file extensions are .yaml, .java .pdf

Last updated