Skip to content
Open
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
Binary file modified docs/img/prevent-vulnerable-images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/project-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/set-vulnerability-threshold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ After the initial creation of a project, you can configure or reconfigure its pr
1. Go to **Projects** and select a project.
1. Select the **Configuration** tab.
1. To make all repositories under the project accessible to everyone, select the `Public` checkbox, or deselect this checkbox to make the project private.
1. To prevent un-signed images under the project from being pulled, select the `Prevent vulnerable images from running` checkbox.
1. To prevent unscanned images under the project from being pulled, select the `Prevent unscanned images from running` checkbox.

![browse project](../../img/project-configuration.png)

Expand All @@ -26,6 +26,7 @@ You can configure projects so that images with vulnerabilities cannot be run, an
1. Log in to the Harbor interface with an account that has at least project administrator privileges.
1. Go to **Projects** and select a project.
1. Select the **Configuration** tab.
1. To prevent unscanned images under the project from being pulled, select the **Prevent unscanned images from running** checkbox.
1. To prevent vulnerable images under the project from being pulled, select the **Prevent vulnerable images from running** checkbox.
Comment on lines 26 to 30

Copilot AI Apr 24, 2026

Copy link

Choose a reason for hiding this comment

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

The section intro still says the configuration is for preventing images with vulnerabilities from running and enabling scan-on-push, but this section now also includes the new “Prevent unscanned images…” behavior. Please update the intro sentence (and potentially the section heading) to mention unscanned image prevention so it matches the steps below.

Copilot uses AI. Check for mistakes.

![Prevent vulnerable images from running](../../img/prevent-vulnerable-images.png)
Expand Down
Loading