Update with separation of unscanned and vulnerable image prevention#721
Update with separation of unscanned and vulnerable image prevention#721czifrushanna wants to merge 1 commit into
Conversation
Signed-off-by: Hanna Czifrus <czifrus.hanna@gmail.com>
There was a problem hiding this comment.
Pull request overview
Updates Harbor documentation to reflect the separation between “prevent unscanned images” and “prevent vulnerable images” behaviors in project configuration (per goharbor/harbor#23152).
Changes:
- Updates project configuration steps to reference Prevent unscanned images from running.
- Adds/updates the project vulnerability configuration workflow to include unscanned-image prevention.
- Adds/updates screenshots illustrating vulnerability threshold and prevention settings.
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/working-with-projects/project-configuration/_index.md | Updates instructions and adds the unscanned-image prevention step plus a vulnerability threshold screenshot reference. |
| docs/img/set-vulnerability-threshold.png | Adds screenshot referenced by the vulnerability threshold step. |
| docs/img/prevent-vulnerable-images.png | Adds/updates screenshot referenced by the vulnerability prevention step. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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. |
There was a problem hiding this comment.
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.
|
Do not merge until goharbor/harbor#23152 |
Documentation update related to PR: goharbor/harbor#23152