mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
Correct falsely copied app-name 'syft' in example (#922)
This commit is contained in:
parent
e63910b2c5
commit
a678b8d134
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Grype can scan a variety of sources beyond those found in Docker.
|
||||||
grype path/to/image.tar
|
grype path/to/image.tar
|
||||||
|
|
||||||
# scan a Singularity Image Format (SIF) container
|
# scan a Singularity Image Format (SIF) container
|
||||||
syft path/to/image.sif
|
grype path/to/image.sif
|
||||||
|
|
||||||
# scan a directory
|
# scan a directory
|
||||||
grype dir:path/to/dir
|
grype dir:path/to/dir
|
||||||
|
|
Loading…
Reference in a new issue