Skip to content

skillwarden ci

Terminal window
skillwarden ci [paths...]

Runs the drift gate (diff) and the scan gate (scan) in one command for CI. Exit 1 on lockfile drift or findings at/above --fail-on.

Flag Default Description
--lockfile <file> skillwarden.lock Lockfile path
--fail-on <low|medium|high|critical> high Severity threshold that fails the gate

A missing lockfile skips the drift gate with a warning (the scan gate still applies).

- run: skillwarden ci --fail-on high

Or use the GitHub Action which wraps this command.