diff --git a/.github/README.md b/.github/README.md index cf11ba4..746d3f7 100644 --- a/.github/README.md +++ b/.github/README.md @@ -56,7 +56,7 @@ Within the image: curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sudo sh -s -- -b ./bin #To check vulnerabilities -grypd . +grype . #To save detailed output grype $MY_IMAGE -o json > vuln.json #OR