-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update STIGATRON with 1.25 support (release) (#141)
* AUTOMATION: SSF Prod Chart Update for stigatron-ui * 1.25 stig update (#116) * Add 1.25 stig configurations for stigatron * Update 1.25 PSA check * Attempt This * Update * Update min/max k8s versions * Chart version bump --------- Co-authored-by: Adam Toy <[email protected]> --------- Co-authored-by: Carbide SSF <[email protected]> Co-authored-by: Adam Toy <[email protected]>
- Loading branch information
1 parent
530120e
commit 487fe76
Showing
16 changed files
with
1,620 additions
and
894 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
303 changes: 82 additions & 221 deletions
303
charts/stigatron/templates/benchmarks/rke2/DISA_Preview/1.23/configmap.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
305 changes: 82 additions & 223 deletions
305
charts/stigatron/templates/benchmarks/rke2/DISA_Preview/1.24/configmap.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
charts/stigatron/templates/benchmarks/rke2/DISA_Preview/1.25/clusterscanbenchmark.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: cis.cattle.io/v1 | ||
kind: ClusterScanBenchmark | ||
metadata: | ||
name: rke2-stig-1.25-preview | ||
annotations: | ||
field.cattle.io/description: RKE2 1.25 STIG Profile | ||
spec: | ||
clusterProvider: rke2 | ||
customBenchmarkConfigMapName: rke2-stig-1.25-preview | ||
customBenchmarkConfigMapNamespace: cis-operator-system | ||
minKubernetesVersion: "1.25.0" | ||
maxKubernetesVersion: "1.25.30" |
9 changes: 9 additions & 0 deletions
9
charts/stigatron/templates/benchmarks/rke2/DISA_Preview/1.25/clusterscanprofile.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: cis.cattle.io/v1 | ||
kind: ClusterScanProfile | ||
metadata: | ||
name: rke2-stig-1.25-preview-profile | ||
annotations: | ||
compliance.cattle.io/stigatron-enabled: "true" | ||
spec: | ||
benchmarkVersion: rke2-stig-1.25-preview | ||
skipTests: [] |
Oops, something went wrong.