fix: Update Trivy setup action version to v0.2.6 - #329
Merged
Conversation
The third party action was pinned to a compromised version, the release of which has been removed and is causing the audit pipeline to fail: https://github.com/pact-foundation/pact-broker-docker/actions/runs/24487795586 This pr pins the action to the commit sha of the only currently valid release per the docs: https://github.com/aquasecurity/setup-trivy Further rumination steps may be required by maintainers: https://www.aquasec.com/blog/trivy-supply-chain-attack-what-you-need-to-know/
mefellows
approved these changes
Apr 17, 2026
Member
|
Thank you, much appreciated. |
Member
|
Thanks @meher-liatrio, I don't believe we were impacted, there was a single audit run on March 19 https://github.com/pact-foundation/pact-broker-docker/actions/runs/23275257708/job/67676800999 which checked out this ref of trivy and installed The job ran at Mar 19, 1:23 AM GMT, with the attack taking place on March 19, 2026 (~17:43 UTC) The subsequent job ran a week later, which correctly failed as the tag was removed as you identified. Thanks for the remediation follow up links |
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.
The third party action was pinned to a compromised version, the release of which has been removed and is causing the audit pipeline to fail: https://github.com/pact-foundation/pact-broker-docker/actions/runs/24487795586
This pr pins the action to the commit sha of the only currently valid release per the docs: https://github.com/aquasecurity/setup-trivy
Further rumination steps may be required by maintainers: https://www.aquasec.com/blog/trivy-supply-chain-attack-what-you-need-to-know/