Quantcast
Channel: Recent Gists from vsoch
Viewing all articles
Browse latest Browse all 30

An example Dockerfile using MicroSecurity scanner from AquaSec. You need to first get a token, and replace variables in the file.

$
0
0
Dockerfile
FROM YOURCONTAINERHERE
# docker run --rm -it aquasec/microscanner --register <email address>
# docker build -t dirty-container .
RUN apk add --no-cache ca-certificates && update-ca-certificates
ADD https://get.aquasec.com/microscanner .
RUN chmod +x microscanner
RUN ./microscanner YOURTOKENHERE

Viewing all articles
Browse latest Browse all 30

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>