Skip to content

Commit 2145a87

Browse files
authored
Merge pull request #21081 from dvdksn/policy-ga
scout: policy evaluation general availability
2 parents aba4ea8 + b4e7221 commit 2145a87

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

content/manuals/scout/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ grid:
2929
description: |
3030
The web interface for Docker Scout.
3131
icon: dashboard
32-
- title: Policy {{< badge color=violet text="Early Access" >}}
32+
- title: Policy
3333
link: /scout/policy/
3434
description: |
3535
Ensure that your artifacts align with supply chain best practices.

content/manuals/scout/policy/_index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ description: |
99
requirements over time
1010
---
1111

12-
{{% restricted title="Early Access" %}}
13-
Policy Evaluation is an [Early Access](/release-lifecycle/#early-access-ea)
14-
feature of Docker Scout.
15-
{{% /restricted %}}
16-
1712
In software supply chain management, maintaining the security and reliability
1813
of artifacts is a top priority. Policy Evaluation in Docker Scout introduces a
1914
layer of control, on top of existing analysis capabilities. It lets you define

content/manuals/scout/policy/configure.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ To add a policy:
3131
1. Go to the [Policies page](https://scout.docker.com/reports/policy) in the Docker Scout Dashboard.
3232
2. Select the **Add policy** button to open the policy configuration screen.
3333
3. On the policy configuration screen, locate the policy type that you want to
34-
configure, and select **Configure** to open the policy configuration panel.
34+
configure, and select **Configure** to open the policy configuration page.
3535

36-
- If the **Configure** button is grayed out, it means the selected policy
36+
- If the **Configure** button is grayed out, it means the current policy
3737
has no configurable parameters.
3838
- If the button reads **Integrate**, it indicates that setup is required
3939
before the policy can be enabled. Selecting **Integrate** will direct you
@@ -70,8 +70,7 @@ To delete a policy:
7070

7171
1. Go to the [Policies page](https://scout.docker.com/reports/policy) in the Docker Scout Dashboard.
7272
2. Select the policy you want to delete.
73-
3. Select **View policy details**.
74-
4. Select the **Delete** button.
73+
3. Select the **Delete** button.
7574

7675
## Recover a deleted policy
7776

content/manuals/scout/policy/view.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ description: |
66
keywords: scout, policy, status, vulnerabilities, supply chain, cves, licenses
77
---
88

9-
{{% restricted title="Earyl Access" %}}
10-
Policy Evaluation is an [Early Access](/release-lifecycle/#early-access-ea)
11-
feature of Docker Scout.
12-
{{% /restricted %}}
13-
149
You can track policy status for your artifacts from the [Docker Scout
1510
Dashboard](#dashboard), or using the [CLI](#cli).
1611

content/manuals/scout/release-notes/platform.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ Docker Scout platform, including the Dashboard. For CLI release notes, refer to
1818
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1)
1919
for what's coming next.
2020

21+
## Q4 2024
22+
23+
New features and enhancements released in the fourth quarter of 2024.
24+
25+
### 2024-10-09
26+
27+
Policy Evaluation has graduated form Early Access to General Availability.
28+
29+
Docker Scout Dashboard UI changes:
30+
31+
- On the Docker Scout Dashboard, selecting a policy card now opens the policy
32+
details page instead of the policy results page.
33+
- The policy results page and the policy details side panel are now read-only.
34+
Policy actions (edit, disable, delete) are now accessible from the policy
35+
details page.
36+
2137
## Q3 2024
2238

2339
New features and enhancements released in the third quarter of 2024.

0 commit comments

Comments
 (0)