SBOM Observer Docs logoSBOM Observer Docs

First Policy

Learn how to create your first policy in SBOM Observer.


Create your first policy in SBOM Observer to see how rules help you automatically check software components for security issues.

This page gives you a quick, hands-on introduction using the Visual Builder.

Policies overview

What You'll Build

You'll create a simple policy that finds components with high-severity vulnerabilities (severity > 7) and marks them with clear violation messages.

This example shows how policies help you detect and manage risks directly within your SBOMs.

Create Your First Policy

Open the Policies Section

  1. Sign in to SBOM Observer
  2. Select Policies in the main navigation
  3. Choose Create Policy

Set Basic Details

In the policy setup panel, fill in a few details:

  1. Policy Name: “High-Severity Vulnerabilities”
  2. Enabled: Toggle to On
  3. Scope: Choose Components
  4. Description: “Flags components with unresolved high-severity vulnerabilities”

Define the Rule

Visual policy builder

In the Rule Builder:

  1. Rule Name: “Critical vulnerability check”
  2. Violation Message: “Component has unresolved high-severity vulnerability”
  3. Violation Severity: Select High

Then add a condition:

  • Property: vulnerability.severity
  • Operator: > (greater than)
  • Value: 7

Preview and Save

  1. Click Preview to see which components would be flagged
  2. Review the results and adjust if needed
  3. Select Save to activate the policy

How Policy Enforcement Works

Once active, your policy automatically checks:

  • New SBOM uploads in the namespace
  • Existing SBOMs when vulnerability data changes
  • All components whenever the policy is updated

SBOM Observer runs these evaluations continuously, so every change is verified against your rules.

View Policy Results

After saving, the policy evaluates all components right away. Select Policy Violations in the main navigation to see if there are any policy violations.

Next Steps