2017-12-14 03:53:42 +01:00
|
|
|
10-10 Manual scan all
|
|
|
|
=======
|
|
|
|
# Purpose:
|
|
|
|
To verify scan all button works correctly.
|
|
|
|
|
|
|
|
# Reference:
|
|
|
|
User guide.
|
|
|
|
|
|
|
|
# Environment:
|
2021-02-18 03:54:32 +01:00
|
|
|
* This test requires that one Harbor instance is running and available.
|
2020-11-26 10:13:37 +01:00
|
|
|
* Harbor is installed with trivy enable.
|
2017-12-14 03:53:42 +01:00
|
|
|
* A Linux host with Docker client installed.
|
2020-11-26 10:13:37 +01:00
|
|
|
* Trivy has been updated to the latest.
|
2017-12-14 03:53:42 +01:00
|
|
|
|
|
|
|
# Test Step:
|
|
|
|
1. Login Harbor as admin.
|
|
|
|
2. Create several projects.
|
|
|
|
3. Push some images to each project.
|
|
|
|
4. Goto configuration and click vulnerability.
|
|
|
|
5. Click scan all.
|
|
|
|
6. View scan result.
|
|
|
|
|
|
|
|
# Expect Outcome:
|
|
|
|
* Step6 timestamp should be time when click scan all.
|
|
|
|
|
|
|
|
# Possible Problems:
|
|
|
|
None
|