File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
# -e GITHUB_REPOSITORY="ossf/scorecard" \
23
23
# laurentsimon/scorecard-action:latest
24
24
25
- FROM golang:1.22.4 @sha256:969349b8121a56d51c74f4c273ab974c15b3a8ae246a5cffc1df7d28b66cf978 AS builder
25
+ FROM golang:1.22.5 @sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
26
26
WORKDIR /src
27
27
ENV CGO_ENABLED=0
28
28
COPY go.* ./
@@ -35,7 +35,7 @@ ARG TARGETARCH
35
35
RUN CGO_ENABLED=0 make build
36
36
37
37
# Need root for GitHub Actions support
38
- FROM gcr.io/distroless/base@sha256:786007f631d22e8a1a5084c5b177352d9dcac24b1e8c815187750f70b24a9fc6
38
+ FROM gcr.io/distroless/base@sha256:1aae189e3baecbb4044c648d356ddb75025b2ba8d14cdc9c2a19ba784c90bfb9
39
39
COPY --from=build /src/scorecard-action /
40
40
COPY policies/template.yml /policy.yml
41
41
ENTRYPOINT [ "/scorecard-action" ]
You can’t perform that action at this time.
0 commit comments