Back to Waclaude docs

Quick Start

Connect a repo and open your first remediation PR

Follow these steps to get Waclaude remediating vulnerabilities in your environment within minutes. Use the CLI or UI — both follow the same workflow.

Step 1

Install the integration

Install the Waclaude GitHub/GitLab/Bitbucket app, grant repo permissions, and connect your SBOM/dependency sources.

waclaude repos connect --provider github --org acme-security
Step 2

Define remediation policy

Create remediation-policy.yaml to control branches, reviewers, ticketing, rollout, and rollback requirements.

waclaude policies apply --file remediation-policy.yaml
Step 3

Launch first scan

Trigger an on-demand scan or wait for the next PR. Waclaude proposes a minimal diff, validates it in sandboxes, and opens the PR.

waclaude scan run --repo acme/api --mode pull_request

Next up

Learn how Waclaude keeps diffs minimal and enforces rollback policies.