Skip to content

fix(ci): restore Trivy vulnerability scans - #38

Draft
anantmendiratta wants to merge 1 commit into
mainfrom
agent/fix-trivy-security-gate
Draft

fix(ci): restore Trivy vulnerability scans#38
anantmendiratta wants to merge 1 commit into
mainfrom
agent/fix-trivy-security-gate

Conversation

@anantmendiratta

Copy link
Copy Markdown
Collaborator

Summary

Updates the immutable aquasecurity/trivy-action pin to v0.36.0 for the dependency-vulnerability matrix.

Root cause

The old v0.28.0 action internally referenced aquasecurity/setup-trivy@v0.2.1, which GitHub can no longer resolve. Every dependency-vulnerability job therefore failed before scanning.

Impact

Restores the existing HIGH/CRITICAL dependency gate without changing scan scope or policy.

Validation

  • Verified v0.36.0 resolves to commit ed142fd0673e97e23eac54620cfb913e5ce36c25.
  • Inspected its action definition: it references a valid SHA-pinned setup-trivy v0.2.6.
  • Ran git diff --check and parsed the workflow to assert the existing severity and exit-code gates are unchanged.

GitHub Actions on this PR remains the authoritative matrix verification.

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.

1 participant