CI/CD¶
tally is designed to run fast in CI without requiring Docker or a daemon.
Common patterns¶
Fail the build when violations are found:
Use GitHub Actions annotations:
Generate SARIF output:
Tips¶
- Use
--fail-levelto control what severities fail CI (e.g.warningvserror). - Use
--excludeto skip generated/vendor trees. - Use repo config (
.tally.toml) to keep CI and local runs consistent.
See also: