-
Notifications
You must be signed in to change notification settings - Fork 313
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
Analyze Docker images / Dockerfiles #1833
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
@sschuberth you may want to look at hadolint too |
@dgutson AFAIK hadolint is, as the name suggests, just a linter for the syntax in Dockerfiles. It tells you nothing about the semantics of the software being added to the Docker image. |
For similar reasons as mentioned for Nix support I'm closing this as not planned. |
out of curiosity, why this comment was marked as outdated? @sschuberth |
Because I started to gather tools by editing the top post, to have everything in one place, so you don't have to scan through the whole thread. |
We could add a "meta package manager" implementation for Docker images / Dockerfiles that uses Tern to get the OS-level packages, and additionally runs the ORT analyzer on the layers to identify language-level packages, similar like described at tern-tools/tern#149.
Edit: I'll be updating this comment with a list of tool that might come in question:
The text was updated successfully, but these errors were encountered: