-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello, I've created a Kubernetes deployment to create an SQLite database containing the EPSS data obtained from https://epss.cyentia.com/epss_scores-current.csv.gz, with a Python Flask API in front of it to enable vulnerability querying.
I was wondering if you'd be interested in me contributing it here for it to become centrally maintained? I have the following to contribute:
- Kubernetes deployment manifest (which also creates service account and service resources)
- Dockerfiles for the DB initContainer (sets up the DB), and for the Flask API
- Python scripts for the DB creation, and the Flask API (used in the Dockerfiles)
- Documentation for how to deploy and use it
It would also be useful if there is a FIRST/epss registry on Dockerhub or alternative publicly accessible container registry and then the containers for the deployment can be built and pushed there for referencing in the deployment manifest (currently it is pointing to my private registry).
Kind regards,
Matt
Metadata
Metadata
Assignees
Labels
No labels