Open-source project that use Grype to create a Vulnerability scan report for a choosen image.
- Title:
image-scanner - Author:
hz59 - email: hz59.dev@gmail.com
- python3
- grype: https://github.com/anchore/grype.git
- Run:
python3 txt2html.py - Run 127.0.0.1:5000 in a browser:
Please enter the name of the image to scan: - Wait until the scan is completed, you'll be redirected to /scan endpoint with the scan report result.
|—— static/
|—— templates/
|—— txt2html.py
- Python: 3.9.5
- Grype: 0.57.1
- Syft Version: 0.72.0
| Features | Status |
|---|---|
| Prompt in the front side with Flask | available beta |
| Scan an image by name/tag | available beta |
| Filter scan report by severity | available beta |
| Features | Status |
|---|---|
| Improve interface | In progress |
| Export scan report PDF/CSV | Soon |
| Docker-compose to launch the project | Next |
Create a push request with your branch respecting 'feat/XXXX' of updates related to WIP features (review request is mandatory).
- Open-source project all developed by hz59 / 2023.



