Skip to content

Commit

Permalink
Add relationships for dpkg packages (#2212)
Browse files Browse the repository at this point in the history
* add relationships for deb packages

Signed-off-by: Alex Goodman <[email protected]>

* update snapshots

Signed-off-by: Alex Goodman <[email protected]>

* bump json schema

Signed-off-by: Alex Goodman <[email protected]>

* small refactor to remove duplicate code

Signed-off-by: Alex Goodman <[email protected]>

---------

Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Oct 11, 2023
1 parent 0748945 commit ef75903
Show file tree
Hide file tree
Showing 22 changed files with 2,542 additions and 43 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package internal
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 = "11.0.0"
JSONSchemaVersion = "11.0.1"
)
Loading

0 comments on commit ef75903

Please sign in to comment.