From 82fe39f23856c6bb3a76faf20a937197c359560f Mon Sep 17 00:00:00 2001 From: Brad Crawford <34108612+furi0us333@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:17:44 -0500 Subject: [PATCH] Update docs/knowledge_base/policy_development.md Co-authored-by: Jana Sheehan <72175879+janasheehan@users.noreply.github.com> --- docs/knowledge_base/policy_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/knowledge_base/policy_development.md b/docs/knowledge_base/policy_development.md index 011a340b..0b1fcb91 100644 --- a/docs/knowledge_base/policy_development.md +++ b/docs/knowledge_base/policy_development.md @@ -135,7 +135,7 @@ If the endpoint is called with no body, the project's saved policy will be used. If policy evaluation is successful, the result will contain both the policy output as well as a generated report in Markdown format. -Issues and dependencies that have been suppressed via project preferences are visible in the policy input, but rejections related to those issues or dependencies will not be included in the Markdown report. +Issues that have been suppressed via project preferences are visible to the policy, but the related rejections will not be included in the Markdown report. Dependencies that are ignored via the `ignored_packages` parameter are filtered out before applying the policy and will not be visible in the policy input or output.