harbor/tests/testcases/Group10-Vulnerability/10-03-Clair-scan-0-package-image.md
sigsbee 5caf31c57d
add vulnerability case (#3206)
* Add vulnerability manual case
2017-12-14 10:53:42 +08:00

624 B

Test 10-03 Clair scan 0 package image

Purpose:

To verify clair scan result of a 0 package image.

References:

User guide

Environment:

  • This test requires that a Harbor instance is running and available.
  • Harbor is installed with clair enable.
  • A linux host with Docker CLI installed.
  • Clair has been updated to the latest.

Test Step

  1. Login Harbor as admin.
  2. Create a project.
  3. Push a helloworld or busybox image to the created project.
  4. Scan the image.

Expected Outcome:

  • Step 4 result should be Severity:Unknown.

Possible Problems:

None