File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
infra/images/init_collect_signals Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARG TARGETARCH
25
25
RUN CGO_ENABLED=0 go build -buildvcs ./cmd/collect_signals
26
26
RUN chmod -R 0775 /src/config/scorer/*
27
27
28
- FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
28
+ FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
29
29
COPY --from=collect_signals /src/collect_signals ./collect_signals
30
30
COPY --from=collect_signals /src/config/scorer/* ./config/scorer/
31
31
ENTRYPOINT ["./collect_signals" ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARG TARGETARCH
25
25
RUN CGO_ENABLED=0 go build ./cmd/criticality_score
26
26
RUN chmod -R 0775 /src/config/scorer/*
27
27
28
- FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
28
+ FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
29
29
COPY --from=criticality_score /src/criticality_score ./criticality_score
30
30
COPY --from=criticality_score /src/config/scorer/* ./config/scorer/
31
31
ENTRYPOINT ["./criticality_score" ]
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ ARG TARGETOS
24
24
ARG TARGETARCH
25
25
RUN CGO_ENABLED=0 go build ./cmd/csv_transfer
26
26
27
- FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
27
+ FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
28
28
COPY --from=csv_transfer /src/csv_transfer ./csv_transfer
29
29
ENTRYPOINT ["./csv_transfer" ]
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ ARG TARGETOS
24
24
ARG TARGETARCH
25
25
RUN CGO_ENABLED=0 go build ./cmd/enumerate_github
26
26
27
- FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
27
+ FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
28
28
COPY --from=enumerate_github /src/enumerate_github ./enumerate_github
29
29
ENTRYPOINT ["./enumerate_github" ]
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:slim@sha256:3497ad3a1053bda2c99a766e8764dd27756fdaf84191dd1501405779688abf58
15
+ FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:slim@sha256:e151ce4405e7f71c1a2ba8921af99e83c6cb7d8c4fc5e49d94c2807889b57564
16
16
17
17
# Add "yq" to the image so the YAML config can be read.
18
18
RUN apt-get update -qqy && apt-get install -qqy yq
You can’t perform that action at this time.
0 commit comments