Skip to content

Commit

Permalink
add main module field to go bin metadata (#1026)
Browse files Browse the repository at this point in the history
* add main module field to go bin metadata

Signed-off-by: Jonas Xavier <[email protected]>

* udpate json ouput schema to 3.2.4

Signed-off-by: Jonas Xavier <[email protected]>

* clean up fixture

Signed-off-by: Jonas Xavier <[email protected]>
  • Loading branch information
jonasagx authored Jun 3, 2022
1 parent caff672 commit 0aea55f
Show file tree
Hide file tree
Showing 8 changed files with 1,322 additions and 12 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const (

// JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "3.2.3"
JSONSchemaVersion = "3.2.4"
)
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}
},
"schema": {
"version": "3.2.3",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-3.2.3.json"
"version": "3.2.4",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-3.2.4.json"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
}
},
"schema": {
"version": "3.2.3",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-3.2.3.json"
"version": "3.2.4",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-3.2.4.json"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
},
"schema": {
"version": "3.2.3",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-3.2.3.json"
"version": "3.2.4",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-3.2.4.json"
}
}
Loading

0 comments on commit 0aea55f

Please sign in to comment.