mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
5caf31c57d
* Add vulnerability manual case
27 lines
624 B
Markdown
27 lines
624 B
Markdown
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
|
|
1. Login Harbor as admin.
|
|
2. Create a project.
|
|
3. Push a helloworld or busybox image to the created project.
|
|
4. Scan the image.
|
|
|
|
# Expected Outcome:
|
|
* Step 4 result should be Severity:Unknown.
|
|
|
|
# Possible Problems:
|
|
None
|