harbor/tests/testcases/Group10-Vulnerability/10-11-User-fix-vulnerability.md
DQ 590212b485 Remove clair related code
- clair code in harbor core
- clair code in frontend
- clair code in robotcase

Signed-off-by: DQ <dengq@vmware.com>
2020-11-27 14:01:04 +08:00

710 B

10-07 user fix vulnerability

Purpose:

To test trivy scan image vulnerablity correct after user fix it.

Reference:

User guide.

Environment:

  • This test requires that one Harbor instance is running and availiable.
  • Harbor is installed with trivy enable.
  • A Linux host with Docker client installed.
  • Trivy has been updated to the latest.

Test Steps:

  1. Login Harbor as admin.
  2. Push some images with vulnerability.
  3. Scan an image with vulnerability and record the result.
  4. Upgrade the image to fix vulnearbility.
  5. Rescan the same image and check the result.

Expect Outcome:

  • Step5 number of vulnerability should less than step3.

Possible Problem:

None