File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # golang.org/x/crypto/openpgp is unmaintained by design; this action does not use it
2+ GO-2026-5932
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ RUN go mod download
1717RUN CGO_ENABLED=0 go build -o /action -ldflags="-s -w" .
1818
1919FROM alpine:latest@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
20- RUN apk --update add ca-certificates
21- RUN apk add --no-cache git make bash
20+ RUN apk --update upgrade && apk add --no-cache ca-certificates git make bash
2221
2322COPY --from=build /action /
2423# Specify the container's entrypoint as the action
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ require (
1414 github.com/google/go-querystring v1.1.0 // indirect
1515 github.com/pmezard/go-difflib v1.0.0 // indirect
1616 github.com/sethvargo/go-envconfig v0.8.2 // indirect
17- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
17+ golang.org/x/crypto v0.55.0 // indirect
1818 gopkg.in/yaml.v3 v3.0.1 // indirect
1919)
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
2121github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
2222github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk =
2323github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
24- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 h1:HWj/xjIHfjYU5nVXpTM0s39J9CbLn7Cc5a7IC5rwsMQ =
25- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 /go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc =
24+ golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M =
25+ golang.org/x/crypto v0.55.0 /go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis =
2626golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs =
2727golang.org/x/oauth2 v0.36.0 /go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q =
2828golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments