mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
5caf31c57d
* Add vulnerability manual case
624 B
624 B
Test 10-03 Clair scan 0 package image
Purpose:
To verify clair scan result of a 0 package image.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- Harbor is installed with clair enable.
- A linux host with Docker CLI installed.
- Clair has been updated to the latest.
Test Step
- Login Harbor as admin.
- Create a project.
- Push a helloworld or busybox image to the created project.
- Scan the image.
Expected Outcome:
- Step 4 result should be Severity:Unknown.
Possible Problems:
None