Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Sep 8, 2023
1 parent cf62c01 commit 61d9db9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/administering-lagoon/using-harbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ If you are running Lagoon locally, you can access that UI at [localhost:8084](ht

Once logged in, the first screen is a list of all repositories your user has access to. Each "repository" in Harbor correlates to a project in Lagoon.

![Harbor Projects Overview](.././projects_overview.png)
![Harbor Projects Overview](projects_overview.png)

Within each Harbor repository, you'll see a list of container images from all environments with a single Lagoon project.

![Harbor Repositories Overview](.././repositories_overview.png)
![Harbor Repositories Overview](repositories_overview.png)

From here, you can drill down into an individual container in order to see its details, including an overview of its security scan results.

![Harbor Container Overview](.././container_overview.png)
![Harbor Container Overview](container_overview.png)
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Harbor comes with a built-in security scanning solution provided by the Trivy se

An example of a security scan in Harbor, showing applicable vulnerabilities for a scanned container:

![Harbor Security Scanning Example Image](.././scanning_image_1.png)
![Harbor Security Scanning Example Image](scanning_image_1.png)

0 comments on commit 61d9db9

Please sign in to comment.