aboutcode-org / vulnerablecode

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/
https://public.vulnerablecode.io
Apache License 2.0
543 stars 201 forks source link

Add tests for Docker #517

Open Hritik14 opened 3 years ago

Hritik14 commented 3 years ago

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.

vuld0 commented 1 year ago

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!