mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
590212b485
- clair code in harbor core - clair code in frontend - clair code in robotcase Signed-off-by: DQ <dengq@vmware.com>
852 B
852 B
Test 10-04 Trivy data not ready hint
Purpose:
To verify there will be a hint if vulnerability data is not ready.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- Harbor is installed with trivy enable.
- A linux host with Docker CLI installed.
- Limit the Harbor's bandwith to less than 1Mbps after Harbor is installed.
Test Step:
NOTE:This test need to be done as soon as possible after Harbor is installed
- Login Harbor as admin.
- Go into project page.
- Go to configuration.
- Click vulnerability.
Expected Outcome:
- Step2 should see Vulnerability database might not be fully ready hint.
- Step4 should see a warning symbol with Vulnerability database might not be fully ready hint.
Possible Problems:
None