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

795 B

Test 10-02 Clair scan a image with vulnerability

Purpose:

To verify that clair can scan a image with vulnerability.

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. Push an image with vulnerability.
  3. Scan the image.
  4. Click tag link enter detail page.
  5. Rescan the image.

Expected Outcome:

  • Step3 should exist result summary chart.
  • Step4 should see cve link and detail is match with summary in step3.
  • Step4 cve link should clickable.
  • Step5 rescan should successful.

Possible Problems:

None