Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributing EPSS DB on Kubernetes #3

Open
mtcolman opened this issue Aug 2, 2023 · 0 comments
Open

Contributing EPSS DB on Kubernetes #3

mtcolman opened this issue Aug 2, 2023 · 0 comments

Comments

@mtcolman
Copy link

mtcolman commented Aug 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant