We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ff3dd commit f852aceCopy full SHA for f852ace
RELEASE.txt
@@ -238,7 +238,8 @@ Roundup release checklist:
238
239
docker run -it --rm --volume \
240
/var/run/docker.sock:/var/run/docker.sock \
241
- --name trivy aquasec/trivy:latest image rounduptracker/roundup:2.2.0
+ --name trivy aquasec/trivy:latest image --exit-code 1 \
242
+ --ignore-unfixed rounduptracker/roundup:2.2.0
243
244
You may need to explicitly update/refresh the scanners with:
245
"docker pull anchore/grype:latest" and similarly for
0 commit comments