Skip to content

Commit cf9275c

Browse files
chore(deps): update everything
1 parent a69ecf7 commit cf9275c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/go-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353
- name: Create .trivyignore file
5454
run: echo '${{ vars.TRIVY_IGNORE }}' > .trivyignore
55-
- uses: aquasecurity/trivy-action@0.16.0
55+
- uses: aquasecurity/trivy-action@0.29.0
5656
with:
5757
scan-type: config
5858
# Scan only directory, where Dockerfiles are, until Trivy issue is fixed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#https://github.com/docker-library/repo-info/blob/master/repos/golang/remote/bullseye.md
2-
FROM golang@sha256:ecef8303ced05b7cd1addf3c8ea98974f9231d4c5a0c230d23b37bb623714a23 AS build-env
2+
FROM golang@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 AS build-env
33

44
ARG SHORT_SHA=0000000
55
ARG TAG_NAME
@@ -19,7 +19,7 @@ RUN go build -mod mod -o opa -ldflags "-w -s \
1919
-X github.com/open-policy-agent/opa/version.Hostname=${SERVICE_NAME}" .
2020

2121
# gcr.io/distroless/base-debian11:nonroot
22-
FROM gcr.io/distroless/base-debian11:nonroot@sha256:9707f365e1f5ec65e4dc7c9b03fa92082f09ac9632686713a9d9065d4d0fd0ff
22+
FROM gcr.io/distroless/base-debian11:nonroot@sha256:68b0f492c1eb077f71d384b544456dac4afb282372966917df32b3923f65ad0d
2323

2424
ARG BUILD_DATE=2000-01-01T00:00:00:00Z
2525
ARG GIT_CLOSEST_TAG=develop

go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ module github.com/indykite/opa-indykite-plugin
22

33
go 1.22
44

5-
toolchain go1.22.6
5+
toolchain go1.24.1
66

77
exclude github.com/ory/cli v0.0.49
88

99
require (
10-
github.com/indykite/indykite-sdk-go v0.38.0
10+
github.com/indykite/indykite-sdk-go v0.51.0
1111
github.com/json-iterator/go v1.1.12
12-
github.com/onsi/ginkgo/v2 v2.20.2
13-
github.com/onsi/gomega v1.34.2
14-
github.com/open-policy-agent/opa v0.68.0
12+
github.com/onsi/ginkgo/v2 v2.22.2
13+
github.com/onsi/gomega v1.36.2
14+
github.com/open-policy-agent/opa v0.70.0
1515
github.com/sirupsen/logrus v1.9.3
16-
go.uber.org/mock v0.4.0
17-
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1
18-
google.golang.org/grpc v1.66.0
19-
google.golang.org/protobuf v1.34.2
16+
go.uber.org/mock v0.5.0
17+
google.golang.org/genproto a0af3efb3deb
18+
google.golang.org/grpc v1.71.0
19+
google.golang.org/protobuf v1.36.5
2020
)
2121

2222
require (

0 commit comments

Comments
 (0)