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
Copy file name to clipboardExpand all lines: pkg/extensions/search/search.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
|[List CVEs for a given image](#list-cves-of-given-image)| image | CVE list | Scan given image and return list of CVEs affecting the image | CVEListForImage |
10
10
|[List images not affected by a given CVE id](#list-images-not-affected-by-a-given-cve-id)| repository, CVE id | image list | Scan all images in a given repository and return list of latest (by date) images not affected by the given CVE |ImagesListWithCVEFixed|
11
11
|[Latest image from all repos](#list-the-latest-image-across-every-repository)| none | repo summary list | Return the latest image from all the repos in the registry | RepoListWithNewestImage |
12
-
|[List all images with expanded information for a given repository](#list-all-images-with-expanded-information-for-a-given-repository)| repository | repo info | List expanded repo information for all images in repo, alongisde a repo summary | ExpandedRepoInfo |
12
+
|[List all images with expanded information for a given repository](#list-all-images-with-expanded-information-for-a-given-repository)| repository | repo info | List expanded repo information for all images in repo, alongside a repo summary | ExpandedRepoInfo |
13
13
|[All images in repo](#all-images-in-repo)| repository | image list | Returns all images in the specified repo | ImageList |
14
14
|[Global search](#global-search)| query | image summary / repo summary / layer summary | Will return what's requested in the query argument | GlobalSearch |
15
15
|[Derived image list](#search-derived-images)| image | image list | Returns a list of images that depend on the image specified in the arg | DerivedImageList |
0 commit comments