A free and open vulnerabilities database and the packages they impact. And the tools to aggregate and correlate these vulnerabilities. Sponsored by NLnet https://nlnet.nl/project/vulnerabilitydatabase/ for https://www.aboutcode.org/ Chat at https://gitter.im/aboutcode-org/vulnerablecode Docs at https://vulnerablecode.readthedocs.org/
We're shipping Docker containers which differ with our current test environment (for eg, test environment runs on ubuntu-latest but the Docker container runs on PYTHON image which is based on Debian).
Due to divergence like these, we need to have separate tests for Dockerfile.
Hi, I'm interested in working on this issue. Is it still open and is it okay if I take a stab at it? If so, could you please provide some guidance on how I should proceed? Thanks!
We're shipping Docker containers which differ with our current test environment (for eg, test environment runs on
ubuntu-latest
but the Docker container runs on PYTHON image which is based on Debian). Due to divergence like these, we need to have separate tests for Dockerfile.