tuto2 corrected and ready

This commit is contained in:
nemunaire 2021-09-24 17:12:07 +02:00
parent 2c5317f4f9
commit 15236db9af
14 changed files with 124 additions and 136 deletions

View file

@ -229,7 +229,8 @@ analyses. Préférez lancer `trivy` avec les options suivantes :
<div lang="en-US">
```
42sh$ docker run --rm -v /tmp/trivy-cache:/tmp/trivy/ aquasec/trivy --cache-dir /tmp/trivy
42sh$ docker run --rm -v /tmp/trivy-cache:/tmp/trivy/ aquasec/trivy \
--cache-dir /tmp/trivy IMAGE
```
</div>