Skip to content
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

Docker Scan - scan Dockerfiles #931

Closed
wants to merge 46 commits into from

Conversation

EyalDelarea
Copy link
Contributor

@EyalDelarea EyalDelarea commented Sep 5, 2023

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

depends on jfrog/jfrog-client-go#817 - adds fields

Exmaple dockerfile:

1   # Use the latest Ubuntu as the base image
2   FROM ubuntu:22.04
3
4   # # Update the package list and install curl
5   RUN apt-get update && \
6   apt-get install -y curl
7
8   # Install Node.js and npm using curl script from nodesource
9   RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
10  RUN apt-get install -y nodejs
11
12
13 CMD ["echo","hello world"]

Dockerfile Scan - Show line numbers from the dockerfile.

image

@EyalDelarea EyalDelarea added the improvement Automatically generated release notes label Sep 5, 2023
@EyalDelarea EyalDelarea temporarily deployed to frogbot September 18, 2023 10:50 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor


@EyalDelarea EyalDelarea changed the title Add docker scan commands mapping Docker Scan - Map vulnerabilities to commands Sep 20, 2023
@EyalDelarea EyalDelarea changed the title Docker Scan - Map vulnerabilities to commands Docker Scan - scan Dockerfiles Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant