> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/getting-started/release-notes/configuration-changes/config-changes-for-v2026.06.00/config-changes-to-enable-bir-in-ssd.md).

# 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.&#x20;

{% code overflow="wrap" %}

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

{% endcode %}

The feature will be available in **Scan Now -> Artifact Scan** page.&#x20;

Once the feature is enabled,&#x20;

1. Option to upload Dockerfile will be available in the configuration section of **Add Project** page.&#x20;
2. **Remediation** tab will be displayed in the View Section.&#x20;

#### Limitations and conditions

Users can upload the DockerFile under the following conditions:

* When ArtifactTag is selected as Latest.&#x20;
* When ArtifactTag is selected as All, and user selects one Tags/Tag pattern. &#x20;

{% hint style="info" %}
Dockerfile name should include ‘DockerFile’ in any case.&#x20;

* Supported file extensions are .prod, .dev, .txt
* &#x20;Unsupported file extensions are .yaml, .java .pdf
  {% endhint %}

<br>
