feat: add "--set-version" option

This feature will allow to chose a specific cis version to run, like debian 11 or debian 12
This commit is contained in:
Damien Cavagnini
2025-06-24 10:30:20 +02:00
parent 99bc575714
commit 300095cfa1
5 changed files with 60 additions and 4 deletions

8
versions/README.md Normal file
View File

@ -0,0 +1,8 @@
Here, we'll add some folders to represent a specific CIS version to use.
Each folder will contains links to adequat scripts
Ex:
debian12/
1.1.1.1_disable_cramfs.sh ->../../bin/hardening/disable_cramfs.sh
1.1.1.2_disable_freevxfs.sh ->../../bin/hardening/disable_freevxfs.sh
etc.

1
versions/default Symbolic link
View File

@ -0,0 +1 @@
../bin/hardening