mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
chore: include file specifier in help (#2121)
Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
This commit is contained in:
parent
f7e30dfe3f
commit
1fb6199dd2
1 changed files with 1 additions and 0 deletions
|
@ -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}} 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}} 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}} 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}} 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}} 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
|
{{.appName}} purl:path/to/purl/file read a newline separated file of purls from a path on disk
|
||||||
|
|
Loading…
Reference in a new issue