Releases: ComplianceAsCode/auditree-framework
Releases · ComplianceAsCode/auditree-framework
v3.0.1
What's Changed
- fix: add assertEquals compatibility for Python 3.12+ by @cletomartin in #160
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Enable universal newlines when executing local commands. by @smithsz in #156
- Remove deprecated IBM finding plugin by @cletomartin in #157
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- [ADDED] Documentation on how to use it with 1Password CLI.
- [CHANGED] "--creds-path" does not default to "~/.credentials". (BREAKING)
- [FIXED] Number of errors/warnings shown correctly for single checks.
Full Changelog: v1.24.0...v2.0.0
v1.24.0
- [ADDED] Add basic pre-commit hooks.
- [ADDED] Documentation about using
parameterized
. - [CHANGED] Unify github demo code in one single place.
- [CHANGED] Removed yapf in favour of black as code formatter.
- [CHANGED] Use python 3.8 in GitHub Actions as newer flake8 does not support less than that.
- [CHANGED] Dot not update pre-commit hooks during "make develop".
- [FIXED] Update pre-commit dependencies.
- [FIXED] Support for agent signing of binary content.
- [FIXED] Demo fetcher/check for World Clock API replaced with GitHub API example.
- [FIXED] flake8 now scans demo code too.
v1.23.0
v1.22.1
v1.22.0
- [ADDED] Agent mode for storing cryptographically signed evidence.
- [ADDED] Configurable branch name for evidence repository.
- [ADDED] Configurable force push to remote for evidence repository.
- [ADDED] Fetcher helper for running local commands.
- [FIXED] Attempt to import missing fetchers from the include JSON configuration.