Skip to content

Commit

Permalink
Merge branch 'main' into pr-update-base-images-1713549798
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Apr 19, 2024
2 parents 83e49d8 + e0e541a commit dbe2034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 as builder

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 2: containerImage not pinned by hash
Remediation tip: pin your Docker image by updating registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 to registry.access.redhat.com/ubi8/go-toolset:1.20.12-5@sha256:e0eaf23cec0170a4672a19bc3813c64da47574ccedc913085bc7c363d5c87ea7
Click Remediation section below for further remediation help
ENV GOPATH=/go/
USER root
WORKDIR /devworkspace-operator
Expand Down

0 comments on commit dbe2034

Please sign in to comment.