Skip to content

Commit

Permalink
adding support for gRPC transport
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Aug 26, 2024
1 parent 733a81f commit 91a015c
Show file tree
Hide file tree
Showing 45 changed files with 48,242 additions and 10,394 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/containers/common v0.59.0
github.com/deckarep/golang-set/v2 v2.6.0
github.com/go-logr/zapr v1.2.4
github.com/google/gofuzz v1.2.0
github.com/gogo/protobuf v1.3.2
github.com/goradd/maps v0.1.5
github.com/kubescape/go-logger v0.0.22
github.com/kubescape/k8s-interface v0.0.162
Expand Down Expand Up @@ -81,13 +81,13 @@ require (
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/cel-go v0.17.7 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-containerregistry v0.19.1 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
Expand Down
99 changes: 0 additions & 99 deletions pkg/apis/softwarecomposition/fuzzer/fuzzer.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/apis/softwarecomposition/grype_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ type GrypeDocument struct {
IgnoredMatches []IgnoredMatch
Source *Source
Distro Distribution
Descriptor Descriptor
Descriptor_ Descriptor
}
78 changes: 0 additions & 78 deletions pkg/apis/softwarecomposition/install/roundtrip_test.go

This file was deleted.

Loading

0 comments on commit 91a015c

Please sign in to comment.