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-onlyWhen 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 --strictSee the package README for Phoenix prerender workflows and aliases.