This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
||||
run: |
|
||||
cat > Dockerfile <<'DOCKER'
|
||||
FROM alpine:latest
|
||||
# the scan below failed until this line was added - patching the base
|
||||
# image is the fix, not lowering the severity threshold
|
||||
RUN apk --no-cache upgrade
|
||||
RUN echo "built on $(uname -m)" > /where
|
||||
CMD cat /where
|
||||
DOCKER
|
||||
|
||||
Reference in New Issue
Block a user