Support targeted container assessments over Docker transport - #82
Open
je4yfc wants to merge 6 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>
je4yfc
force-pushed
the
run-against-container
branch
from
September 8, 2026 02:10
da5e0e7 to
6574d20
Compare
Signed-off-by: Joseph Erdosy <168128519+je4yfc@users.noreply.github.com>
Assess the selected container and its image through docker://, with actionable skips where host evidence or permissions are unavailable. Document the containerized invocation and fix Docker process listings. Closes dev-sec#36 Signed-off-by: Joseph Erdosy <168128519+je4yfc@users.noreply.github.com>
Signed-off-by: Joseph Erdosy <168128519+je4yfc@users.noreply.github.com>
je4yfc
force-pushed
the
run-against-container
branch
from
September 8, 2026 02:18
6574d20 to
6150db0
Compare
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.
Adds support for
-t docker://<container_id>, assessing the selected container and its image from an InSpec runner container. This PR is stacked on top of PR #81Closes #36, enables useful checks against a selected container over Docker transport instead of skipping the entire profile.