mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
scout: policy evaluation general availability
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user