Commit Graph

13 Commits

Author SHA1 Message Date
Andy Pitcher e25836747b
feat: Add cis-1.11 generic and update configmap 2025-09-30 15:00:00 +02:00
Andy Pitcher 929f3a237c
Merge pull request #456 from andypitcher/cis-1.10
Add cis-1.10 generic and update configmap
2025-08-04 15:48:13 -04:00
Paulo Gomes f0835bece3
Revert 'Remove default profiles'
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
2025-07-23 10:29:04 +01:00
Paulo Gomes 99c7316743
Remove default profiles
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
2025-06-12 16:40:14 +01:00
Paulo Gomes 315c8dea71
Transition into compliance-operator
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
2025-06-11 11:36:07 +01:00
Andy Pitcher fe9201f30c Add cis-1.10 generic and update configmap 2025-04-04 16:46:53 +02:00
vardhaman22 c5dd9bb48c added eks 1.2.0 2025-02-24 14:32:10 +05:30
vardhaman22 ff96991c48 added eks 1.5.0 support 2025-02-14 22:19:30 +05:30
Andy Pitcher 1b169e2d7a Add cis-1.9 generic version 2024-11-25 21:36:00 +01:00
vardhaman22 9f73a9b1b2 add gke 1.6.0 profile 2024-10-18 19:02:41 +05:30
Chirayu Kapoor ac9739171e cleanup: Removed CIS cfg for versions prior to k8s 1.23
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-04-09 23:51:13 +05:30
Paulo Gomes c607c9e603
build: Replace drone release with GHA
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
2024-01-12 17:47:41 +00:00
Paulo Gomes d171603407
build: Refactor Makefile logic
The multi-stage dockerfile is now used to build the project binary, instead
of copying it from the host. This enforces that the binary is always rebuilt
whenever there is a change that invalidates the previous version - from a
container image perspective.

The makefile was restructured so that only the most important and relevant code
is present. In order to enable code reuse, build related logic was extracted to
hack/make/build.mk. All code related to installing tools is now placed in
hack/make/tools.mk.

Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
2024-01-12 17:47:31 +00:00