Update aquasecurity/trivy-action to v0.35.0#572
Merged
IEvangelist merged 2 commits intomainfrom Mar 20, 2026
Merged
Conversation
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/d4c79f2a-342b-4dc2-aeb7-96216a6f51a6
IEvangelist
approved these changes
Mar 20, 2026
Copilot created this pull request from a session on behalf of
IEvangelist
March 20, 2026 20:01
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions security scan workflow to use a newer, v-prefixed Trivy Action release tag in response to upstream tag safety concerns.
Changes:
- Bumped
aquasecurity/trivy-actionfrom0.24.0tov0.35.0in the security scan workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
This is already addressed in release/13.2 |
auto-merge was automatically disabled
March 20, 2026 20:39
Pull request was closed
IEvangelist
reviewed
Mar 20, 2026
IEvangelist
reviewed
Mar 20, 2026
eerhardt
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
aquasecurity/trivy-actionfrom0.24.0tov0.35.0in.github/workflows/security-scan.yml.The trivy-action repository suffered a supply chain attack in March 2026 where 75 out of 76 version tags were hijacked with malicious commits. The
v0.35.0tag is the latest uncompromised release. The maintainers have also migrated to thev-prefixed tag convention going forward.Changes
.github/workflows/security-scan.yml:aquasecurity/trivy-action@0.24.0→aquasecurity/trivy-action@v0.35.0