mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
5caf31c57d
* Add vulnerability manual case
578 B
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
- Login harbor as non admin user.
- Create a project.
- Push an image.
- Go to project and expand repo.
- Click tag menu.
Expected Outcome:
- Step 5 user can not see scan button.
Possible Problems:
None