Skip to content

Contributing EPSS DB on Kubernetes #3

@mtcolman

Description

@mtcolman

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions