File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,8 @@ jobs:
107107 - name : Run Snyk container scan
108108 env :
109109 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
110- run : |
110+ run :
111111 make snyk-container-scan
112- exit 42
113112
114113
115114 create-pr-on-downstream-repos :
Original file line number Diff line number Diff line change 1- # FROM ruby:3.3.7-alpine3.20@sha256:e1996c64c354f55460390a45df2033a5c246db9f1c7af31840909a0d2b7b2e7c
21FROM ruby:3.3.10-alpine3.22@sha256:33c684437f1d651cc9200b9e9554a815f020f5bb63593fadbd49d50acd29f0e3
32LABEL maintainer=jon@jaggersoft.com
43
@@ -13,10 +12,6 @@ RUN apk --update --upgrade --no-cache add \
1312 tar
1413
1514RUN apk upgrade
16- # RUN apk upgrade libcrypto3 libssl3 # https://security.snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174133
17- # RUN apk upgrade git # https://security.snyk.io/vuln/SNYK-ALPINE320-GIT-10669667
18- # RUN apk upgrade libexpat # https://security.snyk.io/vuln/SNYK-ALPINE320-EXPAT-13003709
19- # RUN apk upgrade musl # https://security.snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638
2015
2116WORKDIR /app
2217COPY Gemfile .
You can’t perform that action at this time.
0 commit comments