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

Dockerfile scanning #298

Open
jghal opened this issue Mar 8, 2023 · 2 comments
Open

Dockerfile scanning #298

jghal opened this issue Mar 8, 2023 · 2 comments
Labels
feature request New feature or request

Comments

@jghal
Copy link

jghal commented Mar 8, 2023

Is your feature request related to a problem? Please describe.
I have projects with a Dockerfile used to package the software, but the IDE plugin only gives my vulnerabilities from the software dependencies.

Describe the solution you'd like to see
If a folder loaded in the workspace have a Dockerfile (or multiple, perhaps glob on Dockerfile.*) then the Dockerfile(s) should be scanned for FROM lines and those images should be scanned the same as if I use the jf docker scan command individually on each of them.

Describe alternatives you've considered
Manually running jf docker scan on each 3rd party image my Dockerfile depends on.

Additional context
Project directory has a Dockerfile
vs_code_directory_has_dockerfile

Add it to the JFrog Issues view with all the FROM images scanned
vs_code_jfrog_view_add_dockerfile

@jghal jghal added the feature request New feature or request label Mar 8, 2023
@yahavi
Copy link
Member

yahavi commented Mar 20, 2023

@jghal, thanks for using the JFrog VS-Code extension.
You can scan your Docker images today using the JFrog Docker extension for Docker Desktop:
image

Read more about it here -
https://jfrog.com/solution-sheet/docker-desktop-extension-for-jfrog-xray/

Please let me know what you think.

@jghal
Copy link
Author

jghal commented Mar 20, 2023

We don't use Docker Desktop in my organization after the license changes made it non-free. Even if we were licensing Docker Desktop I would still want this feature, so that all the dependency vulnerabilities for my project are displayed and actionable in a single UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants