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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
I'm now trying to use Prisma Rest API: api/v21.08/registry?layers=true&limit=1
What I expect is to get mappings between CVES and image layers but none.
"history": [
{
"created": 1649118014,
"instruction": "ADD file:0f80c1db9ba5535d5020662b1c880624848316637bf3f9c189f459ab31f365d0 in / ",
"sizeBytes": 5613109,
"id": "\u003cmissing\u003e",
"emptyLayer": false,
// following the rest api doc, here should be a param called vulnerabilities
}
]
Suggested fix
I'm not sure if it's an api issue or my wrong usage
The text was updated successfully, but these errors were encountered:
🎉 Thanks for opening your first issue here! Welcome to the community!
iyuhptop
changed the title
Rest API /api/v21.04/registry not work with param layers=true
Rest API /api/v21.08/registry not work with param layers=true
May 18, 2022
Describe the problem
I'm now trying to use Prisma Rest API:
api/v21.08/registry?layers=true&limit=1
What I expect is to get mappings between CVES and image layers but none.
Suggested fix
I'm not sure if it's an api issue or my wrong usage
The text was updated successfully, but these errors were encountered: