docs(lab7): container security analysis with Docker Scout, Snyk, and CIS Benchmarks#616
Open
examplefirstaccount wants to merge 2 commits intoinno-devops-labs:mainfrom
Open
docs(lab7): container security analysis with Docker Scout, Snyk, and CIS Benchmarks#616examplefirstaccount wants to merge 2 commits intoinno-devops-labs:mainfrom
examplefirstaccount wants to merge 2 commits intoinno-devops-labs:mainfrom
Conversation
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.
Goal
This PR completes Lab 7 — Container Security: Image Scanning & Deployment Hardening. The objective was to perform vulnerability analysis on container images, audit the Docker host configuration against CIS benchmarks, and evaluate the security impact of deployment hardening flags.
Changes
juice-shop:v19.0.0usingDocker ScoutandSnyk, identifying critical vulnerabilities invm2and the Node.js runtime.Dockle, identifying missing health checks and content trust issues.docker-bench-securityon the host to evaluate the Docker daemon's security posture, resulting in a hardening score of 12.cap-drop),no-new-privileges, and resource quotas (PIDs, CPU, RAM).Testing
Productiondeployment profile after resolving seccomp profile conflicts.docker statsduring functionality tests.Artifacts & Screenshots
labs/lab7/scanning/andlabs/lab7/hardening/.labs/submission7.md.Checklist