Add a metric for number of GHAS identified security vulnerabilities. This should be achievable through a GraphQL query and incorporated into the github scraper.
A quick vulnerability count per repository GraphQL query could mirror what is below but requires some TLC.
this would only be for the github scraper. This may be difficult as it may require a metadata.yaml within the scraper, but not be supported by the way we've written the code & might require some refactor
the metric should be disabled by default requiring the config feature flag
attributes should be attached which includes repo name, severity, and CVE number (maybe).
### Tasks
[x] Promote to delivery collector and start getting this metrics.
[x] Make sure any tickets are created to update visualization and other metrics
Overview
Add a metric for number of GHAS identified security vulnerabilities. This should be achievable through a GraphQL query and incorporated into the github scraper.
A quick vulnerability count per repository GraphQL query could mirror what is below but requires some TLC.
Things to note: