Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 827 Bytes

File metadata and controls

15 lines (12 loc) · 827 Bytes

Security Dashboard

  • At this moment, it is a python script that generates a csv
  • For the future, we could make it set up timed runs, and make this a fastapi that serves a dashboard, and also saves historical data to mongo
  • Currently, you will have to install dependencies and run the main.py script to generate the csv
  • At the moment, it scans all kbase repos. We would need to refactor it to scan kbaseapps and jgi-kbase.

To Do:

  • Update this README.md with info about your repository
  • Modify Dockerfile with needed steps (assuming repo produces a Docker image)
  • Ensure all branch rules & status checks are enabled