diff --git a/content/manuals/scout/_index.md b/content/manuals/scout/_index.md index e2e74dd0192..e08c4253be8 100644 --- a/content/manuals/scout/_index.md +++ b/content/manuals/scout/_index.md @@ -29,7 +29,7 @@ grid: description: | The web interface for Docker Scout. icon: dashboard - - title: Policy {{< badge color=violet text="Early Access" >}} + - title: Policy link: /scout/policy/ description: | Ensure that your artifacts align with supply chain best practices. diff --git a/content/manuals/scout/policy/_index.md b/content/manuals/scout/policy/_index.md index 8de983e33d4..bba14157e98 100644 --- a/content/manuals/scout/policy/_index.md +++ b/content/manuals/scout/policy/_index.md @@ -9,11 +9,6 @@ description: | requirements over time --- -{{% restricted title="Early Access" %}} -Policy Evaluation is an [Early Access](/release-lifecycle/#early-access-ea) -feature of Docker Scout. -{{% /restricted %}} - In software supply chain management, maintaining the security and reliability of artifacts is a top priority. Policy Evaluation in Docker Scout introduces a layer of control, on top of existing analysis capabilities. It lets you define diff --git a/content/manuals/scout/policy/configure.md b/content/manuals/scout/policy/configure.md index 86eed5c8ac1..031798869cb 100644 --- a/content/manuals/scout/policy/configure.md +++ b/content/manuals/scout/policy/configure.md @@ -31,9 +31,9 @@ To add a policy: 1. Go to the [Policies page](https://scout.docker.com/reports/policy) in the Docker Scout Dashboard. 2. Select the **Add policy** button to open the policy configuration screen. 3. On the policy configuration screen, locate the policy type that you want to - configure, and select **Configure** to open the policy configuration panel. + configure, and select **Configure** to open the policy configuration page. - - If the **Configure** button is grayed out, it means the selected policy + - If the **Configure** button is grayed out, it means the current policy has no configurable parameters. - If the button reads **Integrate**, it indicates that setup is required before the policy can be enabled. Selecting **Integrate** will direct you @@ -70,8 +70,7 @@ To delete a policy: 1. Go to the [Policies page](https://scout.docker.com/reports/policy) in the Docker Scout Dashboard. 2. Select the policy you want to delete. -3. Select **View policy details**. -4. Select the **Delete** button. +3. Select the **Delete** button. ## Recover a deleted policy diff --git a/content/manuals/scout/policy/view.md b/content/manuals/scout/policy/view.md index d3bb3646139..71fdd018e75 100644 --- a/content/manuals/scout/policy/view.md +++ b/content/manuals/scout/policy/view.md @@ -6,11 +6,6 @@ description: | keywords: scout, policy, status, vulnerabilities, supply chain, cves, licenses --- -{{% restricted title="Earyl Access" %}} -Policy Evaluation is an [Early Access](/release-lifecycle/#early-access-ea) -feature of Docker Scout. -{{% /restricted %}} - You can track policy status for your artifacts from the [Docker Scout Dashboard](#dashboard), or using the [CLI](#cli). diff --git a/content/manuals/scout/release-notes/platform.md b/content/manuals/scout/release-notes/platform.md index 43ba1a7a256..2ec1677b0cf 100644 --- a/content/manuals/scout/release-notes/platform.md +++ b/content/manuals/scout/release-notes/platform.md @@ -18,6 +18,22 @@ Docker Scout platform, including the Dashboard. For CLI release notes, refer to Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1) for what's coming next. +## Q4 2024 + +New features and enhancements released in the fourth quarter of 2024. + +### 2024-10-09 + +Policy Evaluation has graduated form Early Access to General Availability. + +Docker Scout Dashboard UI changes: + +- On the Docker Scout Dashboard, selecting a policy card now opens the policy + details page instead of the policy results page. +- The policy results page and the policy details side panel are now read-only. + Policy actions (edit, disable, delete) are now accessible from the policy + details page. + ## Q3 2024 New features and enhancements released in the third quarter of 2024.