Auditing dependencies¶
audit runs uv audit --frozen against your locked dependencies and reports known
vulnerabilities, for all uv.lock files found in the source tree, in parallel.
Auditing a whole source tree¶
The top-level audit is a check: it discovers every workspace in your source
(one per uv.lock) and audits them all in parallel. It exits non-zero if any
workspace has a finding, and each workspace's report shows up as its own node in the
Dagger trace, so a failure points you straight at the offending lockfile.
Skipping workspaces¶
Test fixtures and intentionally-vulnerable sample projects shouldn't fail your build. Pass glob patterns (matched against each workspace's source-relative path) to exclude them:
Auditing a single workspace¶
To audit a specific workspace, specify it by path: