doc(docker): fix command to run trivy with docker on linux (#1761)

This commit is contained in:
benterris
2022-02-25 09:56:47 +01:00
committed by GitHub
parent 015055e1f5
commit a069ad7818

View File

@@ -118,7 +118,7 @@ Example:
=== "Linux"
``` bash
docker run --rm -v [YOUR_CACHE_DIR]:/root/.cache/ aquasec/trivy:{{ git.tag[1:] }} [YOUR_IMAGE_NAME]
docker run --rm -v [YOUR_CACHE_DIR]:/root/.cache/ aquasec/trivy:{{ git.tag[1:] }} image [YOUR_IMAGE_NAME]
```
=== "macOS"