Lab 7 - container image vulnerability scanning#622
Open
blxxdclxud wants to merge 17 commits intoinno-devops-labs:mainfrom
Open
Lab 7 - container image vulnerability scanning#622blxxdclxud wants to merge 17 commits intoinno-devops-labs:mainfrom
blxxdclxud wants to merge 17 commits intoinno-devops-labs:mainfrom
Conversation
Task 1: Docker Scout CVE scan (11C/65H), Trivy comparison, Dockle config audit Task 2: CIS Docker Benchmark - 45 PASS, 211 WARN, 0 FAIL Task 3: Three deployment profiles compared - default/hardened/production
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
Lab 7 — container image vulnerability scanning, Docker host security benchmarking, and secure deployment configuration analysis for OWASP Juice Shop.
Changes
labs/submission7.mdwith full analysis for Tasks 1–3labs/lab7/scanning/scout-cves.txt— Docker Scout CVE scan (11 Critical, 65 High)labs/lab7/scanning/snyk-results.txt— Snyk scan (5 Critical, 44 High, with upgrade paths)labs/lab7/scanning/dockle-results.txt— Dockle config assessmentlabs/lab7/hardening/docker-bench-results.txt— CIS Docker Benchmark (45 PASS, 211 WARN)labs/lab7/analysis/deployment-comparison.txt— three deployment profiles comparedTesting
All three container profiles (default, hardened, production) returned HTTP 200. Docker Scout, Snyk, Dockle, and docker-bench-security all ran successfully against
bkimminich/juice-shop:v19.0.0.Artifacts & Screenshots
Scan outputs committed to
labs/lab7/:Checklist