splunk / github_app_for_splunk

A collection of dashboards and knowledge objects for Github data
MIT License
32 stars 25 forks source link

Add MTTR Metric to GHAS Dashboards #42

Closed leftrightleft closed 2 years ago

leftrightleft commented 2 years ago

Add MTTR to GHAS Dashboards

This change introduces the Mean Time to Remediation metric to each of the drill down dashboards (Secret Scanning, Code Scanning, Dependabot)

Added

Changed

derkkila-splunk commented 2 years ago

There was a issue found by the AppInspect, the code scanning and secret scanning dashboards need a slight tweak. FAILURE: Change the version attribute in the root node of your Simple XML dashboard default/data/ui/views/secret_scanning_overview.xml to <version=1.1>. Earlier dashboard versions introduce security vulnerabilities into your apps and are not permitted in Splunk Cloud File: default/data/ui/views/secret_scanning_overview.xml FAILURE: Change the version attribute in the root node of your Simple XML dashboard default/data/ui/views/code_scanning_overview.xml to <version=1.1>. Earlier dashboard versions introduce security vulnerabilities into your apps and are not permitted in Splunk Cloud File: default/data/ui/views/code_scanning_overview.xml

leftrightleft commented 2 years ago

@derkkila-splunk thanks for pointing that out. Just added the version tag. 👍