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 0a72436 commit d19c701
Show file tree
Hide file tree
Showing 45 changed files with 44,317 additions and 10,051 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21-bullseye as builder
FROM --platform=$BUILDPLATFORM golang:1.23-bookworm AS builder

ENV GO111MODULE=on CGO_ENABLED=0
WORKDIR /work
Expand All @@ -9,7 +9,7 @@ RUN --mount=target=. \
--mount=type=cache,target=/go/pkg \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /out/storage .

FROM gcr.io/distroless/static-debian11:nonroot
FROM gcr.io/distroless/static-debian12:nonroot

COPY --from=builder /out/storage /usr/bin/storage

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 d19c701

Please sign in to comment.