feat: update Docker InSpec profile to CIS 1.8.0 - #81
Open
je4yfc wants to merge 4 commits into
Open
Conversation
Update control numbering, add missing recommendations, and remove obsolete checks. Preserve existing title and description conventions and the established skips for controls requiring manual review. Fix Docker group membership and missing healthcheck handling found during SSH testing. Update profile metadata and documentation. Signed-off-by: Joseph Erdosy <168128519+je4yfc@users.noreply.github.com>
Restore executable checks for manual recommendations and add package, image-history, port, and artifact-signature checks. Fix audit parsing, daemon detection, and runtime false positives; provide actionable skips where host evidence is unavailable. Signed-off-by: Joseph Erdosy <168128519+je4yfc@users.noreply.github.com>
Report container IDs and relevant properties instead of full inspect objects, preserving existing assertions. Closes dev-sec#76 Signed-off-by: Joseph Erdosy <168128519+je4yfc@users.noreply.github.com>
Signed-off-by: Joseph Erdosy <168128519+je4yfc@users.noreply.github.com>
Author
|
Ah Crap - I forgot your request is that:
I thought I was being helpful. |
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.
Updates the profile to CIS Docker Benchmark 1.8.0, covering 118 controls.
Closes #59, updates the profile to CIS Docker Benchmark 1.8.0 with all 118 recommendations.
Closes #80, checks package-manager commands instead of matching “update” in image metadata.
Closes #27, checks running daemon arguments alongside its selected configuration file.
Closes #76, removes full Docker inspect objects from test descriptions while preserving container identification and checked properties.
Partially addresses #28 by sharing the audit-log search between both Docker exec controls; large-log performance remains unverified.