1
0
mirror of https://github.com/goharbor/harbor.git synced 2024-12-27 02:58:05 +01:00
harbor/tests/testcases/Group10-Vulnerability/10-07-Non-admin-can-not-scan.md
sigsbee 5caf31c57d
add vulnerability case ()
* Add vulnerability manual case
2017-12-14 10:53:42 +08:00

578 B

Test 10-07 non-admin can not scan

Purpose:

To verify a non-admin user can not execute scan action.

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.

Test Step

  1. Login harbor as non admin user.
  2. Create a project.
  3. Push an image.
  4. Go to project and expand repo.
  5. Click tag menu.

Expected Outcome:

  • Step 5 user can not see scan button.

Possible Problems:

None