added: corrected request from review.

Signed-off-by: Toure Dunnon <toure.dunnon@anchore.com>
This commit is contained in:
Toure Dunnon 2020-12-15 09:27:09 -05:00
parent c626cb1c60
commit 9365625fc3

View File

@ -71,12 +71,10 @@ brew install syft
**Container Image**
Example of how to use Syft scratch image:
```bash
docker pull anchore/syft:latest
docker run -v /var/run/docker.sock:/var/run/docker.sock anchore/syft -o json alpine:latest
docker run -v /var/run/docker.sock:/var/run/docker.sock anchore/syft:latest -o json alpine:latest
```
## Configuration