Skip to content

Upload using docker #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Upload using docker #26

wants to merge 1 commit into from

Conversation

marschattha
Copy link
Member

No description provided.

Copy link

qltysh bot commented Jun 13, 2025

Diff Coverage: Not applicable. There was no coverage data reported for the files in this diff.

Total Coverage: This PR will not change total coverage.

File Coverage Changes
Path File Coverage Δ Indirect
/app/lib/sample.rb 52.9
lib/sample.rb -52.9
🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

Copy link

qltysh bot commented Jun 13, 2025

❌ 4 blocking issues (4 total)

Tool Category Rule Count
checkov Vulnerability Ensure that HEALTHCHECK instructions have been added to container images 1
checkov Vulnerability Ensure that a user for the container has been created 1
trivy Vulnerability Specify at least 1 USER command in Dockerfile with non-root user as argument 1
trivy Vulnerability Add HEALTHCHECK instruction in your Dockerfile 1

Comment on lines +1 to +6
FROM ruby:3.3

WORKDIR /app

COPY . .

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 4 issues:

1. Ensure that HEALTHCHECK instructions have been added to container images [checkov:CKV_DOCKER_2]


2. Ensure that a user for the container has been created [checkov:CKV_DOCKER_3]


3. Specify at least 1 USER command in Dockerfile with non-root user as argument [trivy:DS002]


4. Add HEALTHCHECK instruction in your Dockerfile [trivy:DS026]

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