GCP
Security Recommendations
Security Command Center findings: misconfigurations, vulnerabilities and threats across the project.
Live preview — demo data
Same idea on another cloud
What this pane shows
Active SCC findings grouped by severity (CRITICAL / HIGH / MEDIUM / LOW) and category (misconfiguration, vulnerability, threat). Each finding shows the affected resource, the detector that produced it, first-seen and last-seen timestamps and the current workflow state.
Key use cases
- Daily security triage of new high-severity findings.
- Investigate a finding's full context on one screen.
- Track resolution progress on long-running findings.
- Confirm SCC is enabled and producing data in every project that needs it.
How to embed
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-gcp-security-findings-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/gcp/security-findings/security-findings.js"
defer></script>
Tier
Available on Builder and above.
Build notes
No outstanding build notes.