Skip to content
Open
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
4 changes: 2 additions & 2 deletions src/content/policy-management/block-until-scan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To verify the functionality of Block Until Scan, follow these steps:

Browse to your Workspace Settings and [create a new vulnerability policy](/policy-management/vulnerability-policy). Define your policy with:
- A name.
- A [package Search Query](/artifact-management/search-filter-sort-packages) to scope the filter to `format:python AND requests`. We're targeting only packages named `requets` from Python, following the example in the next step. Adjust the policy to affect only to your desired scope if you use a different package for this example.
- A [package Search Query](/artifact-management/search-filter-sort-packages) to scope the filter to `format:python AND requests`. We're targeting only packages named `requests` from Python, following the example in the next step. Adjust the policy to affect only to your desired scope if you use a different package for this example.
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "Adjust the policy to affect only to your desired scope" is ungrammatical and a bit hard to parse. Consider rewording to something like "Adjust the policy to apply only to your desired scope" (or similar).

Suggested change
- A [package Search Query](/artifact-management/search-filter-sort-packages) to scope the filter to `format:python AND requests`. We're targeting only packages named `requests` from Python, following the example in the next step. Adjust the policy to affect only to your desired scope if you use a different package for this example.
- A [package Search Query](/artifact-management/search-filter-sort-packages) to scope the filter to `format:python AND requests`. We're targeting only packages named `requests` from Python, following the example in the next step. Adjust the policy so that it applies only to your desired scope if you use a different package for this example.

Copilot uses AI. Check for mistakes.
- A severity threshold set to `High`.
- A Quarantine action enabled.

Expand Down Expand Up @@ -87,4 +87,4 @@ While this scanning happens before you can download packages, the advantages are
- **Enforce Security Policies across all your organization**: It blocks any package downloads until security checks has been completed. Only approved software components are used in your workloads, guaranteeing compliance with organizational standards and practices.
- **Reduced Risk**: checking packages before running them reduces your exposure to non-compliant software.

In short, Block Until Scan is a crucial tool for securing and reducing risk in your software supply chain.
In short, Block Until Scan is a crucial tool for securing and reducing risk in your software supply chain.
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says this is only a typo fix, but this diff also changes indentation/whitespace (e.g., this line is no longer indented). Since that can change Markdown rendering, it would be good to mention the formatting adjustment explicitly in the PR description (or revert it if unintentional).

Copilot uses AI. Check for mistakes.
Loading