Skip to content

feat: add container Dockerfile#124

Open
maekuss wants to merge 1 commit into
mainfrom
add-dockerfile
Open

feat: add container Dockerfile#124
maekuss wants to merge 1 commit into
mainfrom
add-dockerfile

Conversation

@maekuss

@maekuss maekuss commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Adds the app container image (Dockerfile).

Scanner test PR — intentionally misconfigured (container image). Expected findings:

  • Hardcoded secrets in image layersNPM_TOKEN ARG + AWS_SECRET_ACCESS_KEY ENV (High)
  • Supply-chain RCEcurl http://... | bash in a RUN step, no integrity check (High)
  • ADD from a remote URL — unverified, auto-extracted download (Medium/High)
  • Runs as root — no USER directive (High)
  • Unpinned :latest base image — non-reproducible / hijackable (Medium)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant