File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,20 @@ func tableGitHubContainerPackage() *plugin.Table {
4040 Description : "Timestamp when the package was last updated." },
4141 {
4242 Name : "package_url" ,
43- Type : proto .ColumnType_JSON ,
43+ Type : proto .ColumnType_STRING ,
4444 Transform : transform .FromField ("Description.PackageURL" ),
4545 Description : "HTML URL for the package." },
46- {
46+ {
4747 Name : "image_ref" ,
4848 Type : proto .ColumnType_STRING ,
4949 Transform : transform .FromField ("Description.ImageRef" ),
5050 Description : "HTML URL for the package." },
51- {
51+ {
5252 Name : "image_uri" ,
53- Type : proto .ColumnType_STRING ,
53+ Type : proto .ColumnType_JSON ,
5454 Transform : transform .FromField ("Description.ImageUri" ),
5555 Description : "HTML URL for the package." },
56-
56+
5757 {
5858 Name : "name" ,
5959 Type : proto .ColumnType_STRING ,
Original file line number Diff line number Diff line change @@ -7256,6 +7256,8 @@ var listContainerPackageFilters = map[string]string{
72567256 "created_at" : "Description.CreatedAt" ,
72577257 "digest" : "Description.Digest" ,
72587258 "id" : "Description.ID" ,
7259+ "image_ref" : "Description.ImageRef" ,
7260+ "image_uri" : "Description.ImageUri" ,
72597261 "manifest" : "Description.Manifest" ,
72607262 "media_type" : "Description.MediaType" ,
72617263 "metadata" : "Description.Metadata" ,
@@ -7329,6 +7331,8 @@ var getContainerPackageFilters = map[string]string{
73297331 "created_at" : "Description.CreatedAt" ,
73307332 "digest" : "Description.Digest" ,
73317333 "id" : "Description.ID" ,
7334+ "image_ref" : "Description.ImageRef" ,
7335+ "image_uri" : "Description.ImageUri" ,
73327336 "manifest" : "Description.Manifest" ,
73337337 "media_type" : "Description.MediaType" ,
73347338 "metadata" : "Description.Metadata" ,
You can’t perform that action at this time.
0 commit comments