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

Verify the security of the generated container. #2

Open
TheBellman opened this issue Jan 31, 2020 · 0 comments
Open

Verify the security of the generated container. #2

TheBellman opened this issue Jan 31, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@TheBellman
Copy link

Even though the Docker container sits on top of an official python container (https://hub.docker.com/_/python), which in turn sits on top of an official Debian container, we should exercise due diligence and run some standard tests against the container to verify there are no known vulnerabilities.

A simple scan through microbadger (https://microbadger.com/images/python:3.7-slim-buster) is a start, as it helps confirm the layers in the container, but there are a variety of other tools that can be applied to test against known vulnerabilities, e.g.

We will then be able to make an assertion in the documentation that we have performed these checks.

@andyr0id andyr0id changed the title It would be good to verify the security of the generated container. Verify the security of the generated container. Mar 30, 2020
@andyr0id andyr0id self-assigned this Mar 30, 2020
@andyr0id andyr0id added the enhancement New feature or request label Mar 30, 2020
@andyr0id andyr0id removed their assignment Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants