2.19.2. getRepoImageSecurity
Fetches the features and vulnerabilities (if any) for a repository image.
GET /api/v1/repository/{repository}/image/{imageid}/security
Authorizations: oauth2_implicit (repo:read)
Path parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| path |
imageid | The image ID | string |
| path |
repository | The full path of the repository. e.g. namespace/name | string |
Query parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| query |
vulnerabilities | Include vulnerabilities information | boolean |