mix oratos.audit (oratos v0.3.1)

Copy Markdown View Source

Runs oratos audit after ensuring the CLI binary is available.

Examples

mix oratos.audit
mix oratos.audit ./priv/static --fail-under 85
mix oratos.audit ./priv/static --strict --format sarif --output reports/oratos.sarif
mix oratos.audit ./priv/static --changed-only

When no target is given, defaults to ./priv/static if that directory exists, otherwise ./dist.

Common CI gate:

mix oratos.audit ./priv/static --fail-under 85 --strict

See the package README for Phoenix prerender workflows and aliases.