Skip to content

Instantly share code, notes, and snippets.

@lucj
Created June 17, 2019 10:16
Show Gist options
  • Save lucj/9b80283b814fba444175b8ee04727d48 to your computer and use it in GitHub Desktop.
Save lucj/9b80283b814fba444175b8ee04727d48 to your computer and use it in GitHub Desktop.
FROM registry.gitlab.com/lucj/sophia.events:latest
ARG token
RUN apk add --no-cache ca-certificates && update-ca-certificates && \
wget -O /microscanner https://get.aquasec.com/microscanner && \
chmod +x /microscanner && \
/microscanner --html --continue-on-failure ${token} && \
rm -rf /microscanner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment