Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
docker-hub-password: ${{ secrets.DOCKERHUB_TOKEN }}

strategy:
# Each release line is scanned against its own binary, so one line's Trivy
# findings say nothing about the others. With the default fail-fast the first
# red leg cancels the rest mid-build, hiding whether they would have passed.
fail-fast: false
matrix:
release:
# `latest` must always stay on the newest stable release entry
Expand Down
Loading