harbor/tests/testcases/Group10-Vulnerability/10-05-Schedule-daily-scan.md
Josh Soref dfe360040b Spelling
* 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>
2021-02-19 11:59:15 +08:00

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

  1. Login Harbor as admin.
  2. Create at least 3 projects.
  3. Push at least 2 images to each project.
  4. Schedule a daily scan that time is before current time.
  5. Wait one day.
  6. Check the timestamp of scan.
  7. Schedule a daily scan that time is after current time.
  8. Wait until time is after the scheduled time.
  9. 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