Skip to content

ci: Make Trivy scans non-blocking#91

Merged
MaciejTe merged 1 commit intodevelopfrom
ci/trivy-non-blocking
Mar 24, 2026
Merged

ci: Make Trivy scans non-blocking#91
MaciejTe merged 1 commit intodevelopfrom
ci/trivy-non-blocking

Conversation

@MaciejTe
Copy link
Copy Markdown
Collaborator

PR type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other... Please describe:

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the Docker build GitHub Actions workflow to make Trivy vulnerability scan failures non-blocking while still surfacing findings in the workflow summary.

Changes:

  • Mark each Trivy scan step as continue-on-error: true and assign step IDs.
  • Add a final “Trivy scan summary” step that writes a warning to $GITHUB_STEP_SUMMARY when any scan fails.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/docker.yml Outdated
Signed-off-by: Maciek <tomczukmaciej@gmail.com>
@MaciejTe MaciejTe force-pushed the ci/trivy-non-blocking branch from bbf0007 to 3d3f649 Compare March 24, 2026 11:58
@MaciejTe MaciejTe merged commit 608cfa5 into develop Mar 24, 2026
2 checks passed
@MaciejTe MaciejTe deleted the ci/trivy-non-blocking branch April 1, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants