Skip to content

fix(ci): Update trivy-action to v0.35.0#55

Merged
jefrnc merged 1 commit intomainfrom
fix/trivy-action-version
Apr 2, 2026
Merged

fix(ci): Update trivy-action to v0.35.0#55
jefrnc merged 1 commit intomainfrom
fix/trivy-action-version

Conversation

@jefrnc
Copy link
Copy Markdown
Owner

@jefrnc jefrnc commented Apr 2, 2026

Summary

  • The aquasecurity/trivy-action@0.33.1 tag was removed, breaking the security-scan job
  • Updated to v0.35.0 (latest release)

Test plan

  • security-scan job passes in CI

The 0.33.1 tag was removed from aquasecurity/trivy-action, breaking
the security-scan job.
Copilot AI review requested due to automatic review settings April 2, 2026 14:44
@jefrnc jefrnc merged commit cd7a18b into main Apr 2, 2026
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

Updates the GitHub Actions workflow to use a newer Trivy action version after the previously referenced tag was removed, restoring the security-scan CI job.

Changes:

  • Bump aquasecurity/trivy-action from 0.33.1 to v0.35.0 in the Docker publish workflow.

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


- name: Run Trivy vulnerability scanner on local image
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@v0.35.0
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

Optional: since this workflow already broke due to an action tag being removed, consider pinning aquasecurity/trivy-action to a specific commit SHA (and keep the version in a comment). This makes CI more reproducible and reduces the risk of future tag churn impacting the pipeline.

Suggested change
uses: aquasecurity/trivy-action@v0.35.0
uses: aquasecurity/trivy-action@d63413d3d93cf313b5a5c0315b964b816933cbdf # v0.35.0

Copilot uses AI. Check for mistakes.
@jefrnc jefrnc deleted the fix/trivy-action-version branch April 2, 2026 15:03
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