mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
5caf31c57d
* Add vulnerability manual case
727 B
727 B
10-09
Purpose:
To test normal user can pull scaned images.
Reference:
User guide.
Environment:
- This test requires that one Harbor instance is running and availiable.
- Harbor is installed with clair enable.
- A Linux host with Docker client installed.
- Clair has been updated to the latest.
- Vulnerability severity limit is disabled.
Test Step:
Note:
In below test, user A is a non-admin user. User A should be replaced by meaningful names.
- Login as user A.
- Create a project and push an image.
- Login as admin and scan the image.
- On a Docker client, user A pull the scaned image.
Expect Outcome:
- Step 4 user can pull the image.
Possible Problems:
None