From 1fb6199dd254c213606347e2c09685bde6123e71 Mon Sep 17 00:00:00 2001 From: William Murphy Date: Mon, 16 Sep 2024 13:08:20 -0400 Subject: [PATCH] chore: include file specifier in help (#2121) Signed-off-by: Will Murphy --- cmd/grype/cli/commands/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/grype/cli/commands/root.go b/cmd/grype/cli/commands/root.go index f23382db..0abe234f 100644 --- a/cmd/grype/cli/commands/root.go +++ b/cmd/grype/cli/commands/root.go @@ -60,6 +60,7 @@ You can also explicitly specify the scheme to use: {{.appName}} oci-dir:path/to/yourimage read directly from a path on disk for OCI layout directories (from Skopeo or otherwise) {{.appName}} singularity:path/to/yourimage.sif read directly from a Singularity Image Format (SIF) container on disk {{.appName}} dir:path/to/yourproject read directly from a path on disk (any directory) + {{.appName}} file:path/to/yourfile read directly from a file on disk {{.appName}} sbom:path/to/syft.json read Syft JSON from path on disk {{.appName}} registry:yourrepo/yourimage:tag pull image directly from a registry (no container runtime required) {{.appName}} purl:path/to/purl/file read a newline separated file of purls from a path on disk