mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
dfe360040b
* addition * attribute * auditing * availability * available * bandwidth * browser * business * cadence * chartmuseum * client * column * content * demonstrate * described * endpoints * facilitate * github * harbor * information * instance * manual * meaningful * operation * overridden * password * possible * project * refactor * replication * requires * running * scanned * settings * signup * those * unsigned * vulnerability -- Also removes trailing space from a filename Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
895 B
895 B
Test 10-05 Schedule daily scan
Purpose:
To verify daily scan work correctly
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.
- Trivy has been updated to the latest.
Test Step
- Login Harbor as admin.
- Create at least 3 projects.
- Push at least 2 images to each project.
- Schedule a daily scan that time is before current time.
- Wait one day.
- Check the timestamp of scan.
- Schedule a daily scan that time is after current time.
- Wait until time is after the scheduled time.
- Check the timestamp of scan.
Expected Outcome:
- Step6 the timestamp should be the same as scheduled.
- Step9 the timestamp should be the same as scheduled.
Possible Problems:
None