diff --git a/public/docs/i/1000/platform-hub/compliance/deployment-history-report-executed.webp b/public/docs/i/1000/platform-hub/compliance/deployment-history-report-executed.webp new file mode 100644 index 0000000000..05228dc0af Binary files /dev/null and b/public/docs/i/1000/platform-hub/compliance/deployment-history-report-executed.webp differ diff --git a/public/docs/i/2000/platform-hub/compliance/deployment-history-report-executed.webp b/public/docs/i/2000/platform-hub/compliance/deployment-history-report-executed.webp new file mode 100644 index 0000000000..53658bef91 Binary files /dev/null and b/public/docs/i/2000/platform-hub/compliance/deployment-history-report-executed.webp differ diff --git a/public/docs/i/600/platform-hub/compliance/deployment-history-report-executed.webp b/public/docs/i/600/platform-hub/compliance/deployment-history-report-executed.webp new file mode 100644 index 0000000000..83a2ed26a6 Binary files /dev/null and b/public/docs/i/600/platform-hub/compliance/deployment-history-report-executed.webp differ diff --git a/public/docs/i/x/platform-hub/compliance/deployment-history-report-executed.png b/public/docs/i/x/platform-hub/compliance/deployment-history-report-executed.png new file mode 100644 index 0000000000..1bf2fd9645 Binary files /dev/null and b/public/docs/i/x/platform-hub/compliance/deployment-history-report-executed.png differ diff --git a/public/docs/img/platform-hub/compliance/compliance-reports-tiles.png b/public/docs/img/platform-hub/compliance/compliance-reports-tiles.png index 1bdb51e15c..e4302f4e6e 100644 Binary files a/public/docs/img/platform-hub/compliance/compliance-reports-tiles.png and b/public/docs/img/platform-hub/compliance/compliance-reports-tiles.png differ diff --git a/public/docs/img/platform-hub/compliance/deployment-history-report-executed.png b/public/docs/img/platform-hub/compliance/deployment-history-report-executed.png new file mode 100644 index 0000000000..e7d598c2ae Binary files /dev/null and b/public/docs/img/platform-hub/compliance/deployment-history-report-executed.png differ diff --git a/public/docs/img/platform-hub/compliance/deployment-history-report-executed.png.json b/public/docs/img/platform-hub/compliance/deployment-history-report-executed.png.json new file mode 100644 index 0000000000..03cec6695c --- /dev/null +++ b/public/docs/img/platform-hub/compliance/deployment-history-report-executed.png.json @@ -0,0 +1 @@ +{"width":2302,"height":1124,"updated":"2026-04-30T04:38:29.728Z"} \ No newline at end of file diff --git a/src/pages/docs/platform-hub/compliance-reports.md b/src/pages/docs/platform-hub/compliance-reports.md index fd0534868e..0d270853b6 100644 --- a/src/pages/docs/platform-hub/compliance-reports.md +++ b/src/pages/docs/platform-hub/compliance-reports.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2026-01-21 -modDate: 2026-01-21 +modDate: 2026-04-30 title: Compliance Reports subtitle: An overview of Compliance Reports icon: fa-solid fa-shield-halved @@ -11,7 +11,7 @@ description: An overview of Compliance Reports in Platform Hub navOrder: 170 --- -The Compliance Reports area is a new addition to the Platform Hub, designed to transform raw audit data into actionable insights. +The Compliance Reports area is a new addition to Platform Hub, designed to transform raw audit data into actionable insights. While you can already access granular logs via the [Audit](/docs/security/users-and-teams/auditing) tab or integrate with SIEM tools using the [audit stream](/docs/security/users-and-teams/auditing/audit-stream), Compliance Reports streamline reporting for Governance, Risk, and Compliance (GRC) teams. @@ -24,11 +24,7 @@ Compliance reports are currently in Alpha. If you encounter any issues, please c Our reports focus on answering two critical questions: 1. **Deployment Permissions**: Which users are authorized to deploy specific projects, and to which environments? -2. **Production Deployments**: Who initiated deployments to Production, and when did those events occur? - -:::div{.hint} -The **Production Deployments** report is coming soon. -::: +2. **Deployment History**: Who initiated deployments, and when did those events occur? ## Deployment Permissions @@ -56,13 +52,29 @@ Finally, click on the **Create Report** button and view the projects for the sel You can expand each project to see a list of the users that have permissions to deploy to that environment. You can also click the **Download CSV** button to generate a CSV file of the executed report. -## Production Deployments +## Deployment History -:::div{.hint} -Development of the Production Deployments report is currently being planned. +The Deployment History report captures deployment activity across your instance, giving GRC teams a streamlined view of who deployed what, where, and when. It supports point-in-time compliance reviews and post-incident investigations by letting you filter deployments by date, space, environment, project, tenant, or deployer. + +### Running the Deployment History report + +To run the Deployment History report, navigate to **Platform Hub -> Reports**, and choose the **Deployment History** card: + +:::figure +![The Compliance reports page where users select a report to run](/docs/img/platform-hub/compliance/compliance-reports-tiles.png) +::: + +Select a date range from the dropdown — choose from **Today**, **Last 7 Days**, **Last 30 Days**, **Last 90 Days**, **Last 365 Days**, or **Custom** to specify exact dates. + +To narrow the results further, click **Show advanced filters** and select any combination of Spaces, Environments, Projects, Tenants, and Deployers. Click **Reset** to clear the advanced filters. + +The report lists each deployment with its status, project, version, space, environment, tenant, deployer, and the time it was deployed: + +:::figure +![The deployment history report showing deployments for the selected date range and filters](/docs/img/platform-hub/compliance/deployment-history-report-executed.png) ::: -This report is designed to provide a definitive audit trail of all activity within your most sensitive environments. It will offer a streamlined view of who initiated changes to Production and precisely when they occurred, facilitating effortless point-in-time compliance reviews. +Click **Download** to generate a CSV file of the executed report, or use the **Share** icon to share the current view, including any applied filters. ## Feedback