Config Changes to Enable BIR in SSD
Last updated
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,
Option to upload Dockerfile will be available in the configuration section of Add Project page.
Remediation tab will be displayed in the View Section.
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