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>
716 B
716 B
Test 10-01 Trivy can not scan some images
Purpose:
To verify that trivy can not scan some image.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- A linux host with Docker CLI installed.
- Trivy has been updated to the latest.
Test Steps:
- Login Harbor as admin.
- Create a project and push an image trivy does not recognize(for example: photon).
- Scan the pushed image.
- View the scan result.
- Rescan it.
Expected Outcome:
- Step3 should show view log link.
- Step4 the scan log should be can not scan.
- Step5 should be the same as step3.
Possible Problems:
None