Created
April 21, 2022 14:07
-
-
Save JohnStrunk/95e2d438db15bd9429f98fd2f5a30e30 to your computer and use it in GitHub Desktop.
Using trivy to scan a container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
docker run -it --rm --pull always aquasec/trivy image --ignore-unfixed --exit-code 1 "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment