This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cat > Dockerfile <<'DOCKER'
|
cat > Dockerfile <<'DOCKER'
|
||||||
FROM alpine:latest
|
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
|
RUN echo "built on $(uname -m)" > /where
|
||||||
CMD cat /where
|
CMD cat /where
|
||||||
DOCKER
|
DOCKER
|
||||||
|
|||||||
Reference in New Issue
Block a user