From f12ff2d39533f6ef60cbfc1f11167c32731894bb Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Sun, 16 Feb 2025 22:30:51 +0530 Subject: [PATCH] Typo --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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