From 0dc60eba54e15db0a0f849f34878ed7f589f0739 Mon Sep 17 00:00:00 2001 From: Daniel Kolev Date: Wed, 9 Oct 2024 11:48:18 +0200 Subject: [PATCH 1/2] Add edit policy section --- content/manuals/scout/policy/configure.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/manuals/scout/policy/configure.md b/content/manuals/scout/policy/configure.md index 86eed5c8ac..9405ab2df3 100644 --- a/content/manuals/scout/policy/configure.md +++ b/content/manuals/scout/policy/configure.md @@ -47,6 +47,20 @@ To add a policy: - Select **Save policy** to save the policy configuration without enabling it. +## Edit a policy + +Editing a policy allows you to modify its configuration without creating +a new one from scratch. This can be useful when policy parameters need adjustments +due to evolving requirements or changes in your organization's compliance goals. + +To edit 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 edit. +3. Select the **Edit** button. +4. Update the policy parameters. +5. Save the changes. + ## Disable a policy When you disable a policy, evaluation results for that policy are hidden, and From 61be3b6bc29da8eceb335f8e0167d48ef5caea3a Mon Sep 17 00:00:00 2001 From: Daniel Kolev Date: Wed, 9 Oct 2024 12:53:14 +0300 Subject: [PATCH 2/2] wording --- content/manuals/scout/policy/configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/scout/policy/configure.md b/content/manuals/scout/policy/configure.md index 9405ab2df3..6a0d44ddd1 100644 --- a/content/manuals/scout/policy/configure.md +++ b/content/manuals/scout/policy/configure.md @@ -49,7 +49,7 @@ To add a policy: ## Edit a policy -Editing a policy allows you to modify its configuration without creating +Editing a policy lets you to modify its configuration without creating a new one from scratch. This can be useful when policy parameters need adjustments due to evolving requirements or changes in your organization's compliance goals.