Skip to content

Commit 87a4075

Browse files
committed
doc: add -it to docker command for running trivy
It makes the progress bar display correctly.
1 parent 1ea5579 commit 87a4075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Roundup release checklist:
236236

237237
Also can scan (optionally) using trivy:
238238

239-
docker run --rm --volume \
239+
docker run -it --rm --volume \
240240
/var/run/docker.sock:/var/run/docker.sock \
241241
--name trivy aquasec/trivy:latest image rounduptracker/roundup:2.2.0
242242

0 commit comments

Comments
 (0)