> ## Documentation Index
> Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployments

> Deploy Rulesets to run automatically on image scans at the organization or product level.

A Deployment connects a Ruleset to a scan scope. Once deployed, the Ruleset runs automatically on every new scan within that scope, and any matches appear as findings in the platform.

Deployments operate at two levels:

* **Organization** — the Ruleset runs on all image scans across the entire organization.
* **Product** — the Ruleset runs only on scans for a specific product.

<Note>
  Only **Organization Admins**, **Product Admins**, and **Rule Admins** can create or manage deployments.
</Note>

## Creating a deployment

<Steps>
  <Step title="Open the Ruleset">
    Navigate to **Rules → Rulesets** and select the Ruleset you want to deploy.
  </Step>

  <Step title="Open the Deployments tab">
    Click the **Deployments** tab on the Ruleset detail page. Existing deployments for this Ruleset are listed here.

    <img src="https://mintcdn.com/binarly-bee2cf27/hc0cag9OdCmP7iBd/assets/screenshots/rules/deployments1.png?fit=max&auto=format&n=hc0cag9OdCmP7iBd&q=85&s=fe8a480317af14e116a680e48e97149f" alt="" width="1118" height="448" data-path="assets/screenshots/rules/deployments1.png" />
  </Step>

  <Step title="Create a new deployment">
    Click **Deploy** and select the scope — organization-wide or a specific product. Confirm to activate the deployment.
  </Step>
</Steps>

## Findings from deployed Rulesets

When a deployed Ruleset matches during a scan, a finding is generated and appears in the **Findings** tab of the affected image. Each finding includes a **Detected with a custom rule** section that shows:

* The name of the Ruleset that produced the finding
* The specific rule within the Ruleset that matched
* The rule revision at the time of the match

<img src="https://mintcdn.com/binarly-bee2cf27/hc0cag9OdCmP7iBd/assets/screenshots/rules/deployments2.png?fit=max&auto=format&n=hc0cag9OdCmP7iBd&q=85&s=8d4449019f33e0aa795c37df076d2f8b" alt="" width="985" height="394" data-path="assets/screenshots/rules/deployments2.png" />

Findings are linked to the rule revision that generated them. If the Ruleset is updated later, existing findings continue to reference the version of the rule that was active when the scan ran.

## Disabling a deployment

To stop a Ruleset from running on future scans, select the deployment from the Deployments tab and disable or delete it. Existing findings from previous scans are not removed.
