Skip to content

Commit

Permalink
Merge pull request #345 from westonsteimel/rust-cargo-cataloger
Browse files Browse the repository at this point in the history
add cataloger for rust crates from Cargo.lock files
  • Loading branch information
wagoodman authored Mar 22, 2021
2 parents 26a4dd3 + 48a1d47 commit cb5e7d0
Show file tree
Hide file tree
Showing 21 changed files with 1,186 additions and 150 deletions.
129 changes: 0 additions & 129 deletions go.sum

Large diffs are not rendered by default.

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 presenter
// 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 = "1.0.2"
JSONSchemaVersion = "1.0.3"
)
1 change: 1 addition & 0 deletions schema/json/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type metadataContainer struct {
Npm pkg.NpmPackageJSONMetadata
Python pkg.PythonPackageMetadata
Rpm pkg.RpmdbMetadata
Cargo pkg.CargoPackageMetadata
}

// nolint:funlen
Expand Down
Loading

0 comments on commit cb5e7d0

Please sign in to comment.