Mercurial > p > roundup > code
comparison RELEASE.txt @ 7671:2fc2b14edbf7
doc: add -it to docker command for running trivy
It makes the progress bar display correctly.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 24 Oct 2023 09:32:06 -0400 |
| parents | ed2bc951277b |
| children | 383560895329 |
comparison
equal
deleted
inserted
replaced
| 7670:a28ea83ace86 | 7671:2fc2b14edbf7 |
|---|---|
| 234 should report no vulnerabilities (note match version with current | 234 should report no vulnerabilities (note match version with current |
| 235 build) | 235 build) |
| 236 | 236 |
| 237 Also can scan (optionally) using trivy: | 237 Also can scan (optionally) using trivy: |
| 238 | 238 |
| 239 docker run --rm --volume \ | 239 docker run -it --rm --volume \ |
| 240 /var/run/docker.sock:/var/run/docker.sock \ | 240 /var/run/docker.sock:/var/run/docker.sock \ |
| 241 --name trivy aquasec/trivy:latest image rounduptracker/roundup:2.2.0 | 241 --name trivy aquasec/trivy:latest image rounduptracker/roundup:2.2.0 |
| 242 | 242 |
| 243 You may need to explicitly update/refresh the scanners with: | 243 You may need to explicitly update/refresh the scanners with: |
| 244 "docker pull anchore/grype:latest" and similarly for | 244 "docker pull anchore/grype:latest" and similarly for |
