Add support for version V2R5 of the DISA STIG ruleset#681
Open
georgibaltiev wants to merge 4 commits intogardener:mainfrom
Open
Add support for version V2R5 of the DISA STIG ruleset#681georgibaltiev wants to merge 4 commits intogardener:mainfrom
georgibaltiev wants to merge 4 commits intogardener:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
How to categorize this PR?
/kind enhancement
What this PR does / why we need it:
This PR adds support for version V2R5 (download link) of the DISA STIG ruleset. There are only 2 minor differences compared to version V2R4, considering the deprecation of the following two rules: [242386 and 242388].
The deprecation of the two rules can be checked via the revision history file (./U_Kubernetes_V2R5_Revision_History.pdf'):
Since Diki supports at most two versions of a ruleset simultaneously, support for version V2R3 is dropped with this PR as well.
Which issue(s) this PR fixes:
Fixes #680
Special notes for your reviewer:
The documentation still advises the users to use version V2R4 if they run Diki via the CLI. An additional PR bumping the documentation will be added once we do a release containing the support for V2R5.
Release note: