You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the error we see on 1.13.0 we are not seeing on 1.12.0
cves
...Storing image for indexing
✓ Image stored for indexing
...Indexing
✓ Indexed 412 packages
✓ Provenance obtained from attestation
Error: could not list CVEs for the image: API operation failed: Message: Not allowed, Locations: [], Extensions: map[arguments:map[context:$context query:map[imageCoords:map[digest:$digest hostname:$hostname repository:$repository] includeExcepted:$includeExcepted packageUrls:$purls]] code:DOWNSTREAM_SERVICE_ERROR status:FORBIDDEN], Path: [vulnerabilitiesByPackageForImageCoords]
The text was updated successfully, but these errors were encountered:
@jessfraz It looks like the organisation you're using is not enrolled to docker scout and that causes the issue. As it's not enrolled we can't get specific data based on it.
This is due to the inclusion of vulnerability exceptions that are now tight to organizations (so they can be defined in the UI).
So either you can enroll your organisation using docker scout enroll <your-org> or not set organization in the action parameters.
In the mean time we are working at improving the error handling and messages so that the problem will be more understandable and the user experience better.
1.12.0 does not have this issue
our workflow goes:
this is the error we see on 1.13.0 we are not seeing on 1.12.0
The text was updated successfully, but these errors were encountered: