harbor/tests/testcases/Group10-Vulnerability/10-08-User-can-not-pull-image-exceed-vulnerability-severity-setting.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

766 B

10-08 user can not pull image exceed vulnerability severity

Purpose:

To verify user can not pull image exceed vulnerability severity setting.

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 Step:

  1. Login harbor as admin.
  2. Go to configuration.
  3. Set vulnerability severity limit to medium and save configuration.
  4. Push some images with vulnerability and scan them.
  5. On a docker client, user pull an image with high vulneability severity.

Expect outcome:

  • Step5 pull request should be refused.

Possible problem:

None