Skip to content

v3.2.0

Choose a tag to compare

@cedricllorens cedricllorens released this 09 Dec 17:37
· 16 commits to master since this release

v3.2.0 (December 2025):
Makefile:
- add a new variable that can be called with gmake like:
gmake check_run audit=<AUDIT_NAME> PSIRT=yes : only compute PSIRT tests if you intend to build an audit only for psirt purpose
gmake check_run audit=<AUDIT_NAME> PSIRT=no (dfault value) : compute all the tests
(ref Makefile.support.mk file)
- fix a bug in database.repo copy to database
Docker:
- 3 new files have been added to build a cawk container based on:
- Makefile.docker file,
- Dockerfile file,
- cawk_docker_run.sh script
(please refer to the README for further information)