diff --git a/docs/1.10/working_with_projects/configure_project_whitelist.md b/docs/1.10/working_with_projects/configure_project_whitelist.md index 21f3d1dec..9115478dc 100644 --- a/docs/1.10/working_with_projects/configure_project_whitelist.md +++ b/docs/1.10/working_with_projects/configure_project_whitelist.md @@ -6,7 +6,7 @@ When you run vulnerability scans, images that are subject to Common Vulnerabilities and Exposures (CVE) are identified. According to the severity of the CVE and your security settings, these images might not be permitted to run. You can create whitelists of CVEs to ignore during vulnerability scanning. -Harbor administrators can set a system-wide CVE whitelist. For information about site-wide CVE whitelists, see [Configure System-Wide CVE Whitelists](../administration/vulnerability_scanning/configire_system_whitelist.md). By default, the system whitelist is applied to all projects. You can configure different CVE whitelists for individual projects, that override the system whitelist. +Harbor administrators can set a system-wide CVE whitelist. For information about site-wide CVE whitelists, see [Configure System-Wide CVE Whitelists](../administration/vulnerability_scanning/configure_system_whitelist.md). By default, the system whitelist is applied to all projects. You can configure different CVE whitelists for individual projects, that override the system whitelist. 1. Go to **Projects**, select a project, and select **Configuration**. 1. Under **CVE whitelist**, select **Project whitelist**. diff --git a/docs/1.10/working_with_projects/project_configuration.md b/docs/1.10/working_with_projects/project_configuration.md index 9397e1300..cd44eabdd 100644 --- a/docs/1.10/working_with_projects/project_configuration.md +++ b/docs/1.10/working_with_projects/project_configuration.md @@ -4,20 +4,20 @@ # Project Configuration -Project properties can be changed by clicking "Configuration". +After the initial creation of a project, you can configure or reconfigure its properties in the **Configuration** tab for that project. -* To make all repositories under the project accessible to everyone, select the `Public` checkbox. -* To prevent un-signed images under the project from being pulled, select the `Enable content trust` checkbox. - -* To activate an immediate vulnerability scan on new images that are pushed to the project, select the `Automatically scan images on push` checkbox. +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 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 `Enable content trust` checkbox. ![browse project](../img/project_configuration.png) - - ## Searching projects and repositories -Entering a keyword in the search field at the top lists all matching projects and repositories. The search result includes both public and private repositories you have access to. + +Enter a keyword in the search field at the top to list all matching projects and repositories. The search result includes both public and private repositories you have access to. ![browse project](../img/new_search.png) diff --git a/docs/1.10/working_with_projects/working_with_images.md b/docs/1.10/working_with_projects/working_with_images.md index 175f16895..9799f5c7c 100644 --- a/docs/1.10/working_with_projects/working_with_images.md +++ b/docs/1.10/working_with_projects/working_with_images.md @@ -2,6 +2,14 @@ This section describes how to work with images and tags in Harbor. +- [Pulling and Pushing Images](pulling_pushing_images.md) +- [Create Labels](create_labels.md) +- [Retag Images](retagging_images.md) +- [Create Tag Retention Rules](create_tag_retention_rules.md) +- [Create Tag Immutability Rules](create_tag_immutability_rules.md) +- [Manage Kubernetes Packages with Helm Charts](managing_helm_charts.md) + + ---------- [Back to table of contents](../index.md)