{# Secret Scanning program dashboard: findings funnel, severity donut, source breakdown, and a "Top findings" preview linking to the full register at /activities/secret-scanning/findings. #} Program dashboard
Where each secret was found.
{% for key, label in [("code", "Code"), ("config", "Config"), ("history", "Version-control history"), ("docs", "Documentation")] %} {% endfor %}The highest-severity secrets found across all projects.
| Project | Severity | Secret type | Location | Source | Validity |
|---|---|---|---|---|---|
| {{ f.project_display_name }} | {{ f.severity }} | {{ f.secret_type }} | {{ f.location }} |
{{ f.source }} | {% if f.validity.lower() == 'looks live' %}{{ f.validity }} {% else %}{{ f.validity }}{% endif %} |