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>
643 B
643 B
10-10 Manual scan all
Purpose:
To verify scan all button works correctly.
Reference:
User guide.
Environment:
- This test requires that one Harbor instance is running and availiable.
- Harbor is installed with trivy enable.
- A Linux host with Docker client installed.
- Trivy has been updated to the latest.
Test Step:
- Login Harbor as admin.
- Create several projects.
- Push some images to each project.
- Goto configuration and click vulnerability.
- Click scan all.
- View scan result.
Expect Outcome:
- Step6 timestamp should be time when click scan all.
Possible Problems:
None