Tuto 2 done

This commit is contained in:
nemunaire 2022-09-22 11:38:47 +02:00
commit 14870bd330
12 changed files with 146 additions and 118 deletions

View file

@ -48,7 +48,7 @@ que vous avez précédemment téléchargées. Pensez donc régulièrement à app
<div lang="en-US">
```
42sh$ docker pull IMAGE
42sh$ docker image pull IMAGE
```
</div>
@ -233,8 +233,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 IMAGE
42sh$ docker run --rm -v /tmp/trivy-cache:/root/.cache/ aquasec/trivy \
image IMAGE
```
</div>