Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scout: policy evaluation general availability #21081

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/scout/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions content/manuals/scout/policy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions content/manuals/scout/policy/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions content/manuals/scout/policy/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
16 changes: 16 additions & 0 deletions content/manuals/scout/release-notes/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading