diff --git a/docs/img/prevent-vulnerable-images.png b/docs/img/prevent-vulnerable-images.png index 55c9dbb93..c0c6358b5 100644 Binary files a/docs/img/prevent-vulnerable-images.png and b/docs/img/prevent-vulnerable-images.png differ diff --git a/docs/img/project-configuration.png b/docs/img/project-configuration.png index 475df4b97..bebfccfcd 100644 Binary files a/docs/img/project-configuration.png and b/docs/img/project-configuration.png differ diff --git a/docs/img/set-vulnerability-threshold.png b/docs/img/set-vulnerability-threshold.png index c6d8f9f9c..a755a578f 100644 Binary files a/docs/img/set-vulnerability-threshold.png and b/docs/img/set-vulnerability-threshold.png differ diff --git a/docs/working-with-projects/project-configuration/_index.md b/docs/working-with-projects/project-configuration/_index.md index 29fce78ea..2d9ec6494 100644 --- a/docs/working-with-projects/project-configuration/_index.md +++ b/docs/working-with-projects/project-configuration/_index.md @@ -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) @@ -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. ![Prevent vulnerable images from running](../../img/prevent-vulnerable-images.png)