You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: