File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
steampipe-plugin-github/github Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6734,7 +6734,7 @@ var listContainerPackageFilters = map[string]string{
67346734 "media_type" : "Description.MediaType" ,
67356735 "metadata" : "Description.Metadata" ,
67366736 "name" : "Description.Name" ,
6737- "package_url" : "Description.PackageUrl " ,
6737+ "package_url" : "Description.PackageURL " ,
67386738 "total_size" : "Description.TotalSize" ,
67396739 "updated_at" : "Description.UpdatedAt" ,
67406740}
@@ -6807,7 +6807,7 @@ var getContainerPackageFilters = map[string]string{
68076807 "media_type" : "Description.MediaType" ,
68086808 "metadata" : "Description.Metadata" ,
68096809 "name" : "Description.Name" ,
6810- "package_url" : "Description.PackageUrl " ,
6810+ "package_url" : "Description.PackageURL " ,
68116811 "total_size" : "Description.TotalSize" ,
68126812 "updated_at" : "Description.UpdatedAt" ,
68136813}
Original file line number Diff line number Diff line change @@ -1465,7 +1465,7 @@ type ContainerPackageDescription struct {
14651465 Digest string
14661466 CreatedAt string
14671467 UpdatedAt string
1468- PackageURL string
1468+ PackageURL string
14691469 Name string
14701470 MediaType string
14711471 TotalSize int64
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ func tableGitHubContainerPackage() *plugin.Table {
4141 {
4242 Name : "package_url" ,
4343 Type : proto .ColumnType_STRING ,
44- Transform : transform .FromField ("Description.PackageUrl " ),
44+ Transform : transform .FromField ("Description.PackageURL " ),
4545 Description : "HTML URL for the package." },
4646 {
4747 Name : "name" ,
You can’t perform that action at this time.
0 commit comments