Skip to content

Initial project release

Choose a tag to compare

@craigdbarber craigdbarber released this 03 May 21:25
· 46 commits to main since this release
feat: enhance security auditing and enforce formatting in CI

- Add a standalone bandit_test target for deep security analysis.
- Add a bandit alias in the root BUILD file for easier execution.
- Update CI workflow to enforce code formatting using Ruff check mode.
- Update the Bazel wrapper to skip auto-formatting in CI environments.
- Update documentation to reflect new security and formatting workflows.