Skip to content

Instantly share code, notes, and snippets.

@bkram
Created May 17, 2022 19:49
Show Gist options
  • Save bkram/2993e6ada420813b3b0850c9c828bf0a to your computer and use it in GitHub Desktop.
Save bkram/2993e6ada420813b3b0850c9c828bf0a to your computer and use it in GitHub Desktop.
trivy-image
#!/bin/bash
docker run --rm -v ~/trivy_cache:/root/.cache/ aquasec/trivy:latest image $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment