Skip to content

chore: remove trivy#22065

Merged
pelikhan merged 2 commits intomainfrom
copilot/remove-all-uses-references-trivy
Mar 21, 2026
Merged

chore: remove trivy#22065
pelikhan merged 2 commits intomainfrom
copilot/remove-all-uses-references-trivy

Conversation

Copy link
Contributor

Copilot AI commented Mar 21, 2026

Removes all references to trivy across the codebase.

  • Makefile: Removed security-trivy target; dropped it from security-scan dependencies and help text; removed trivy-results.sarif from the clean target
  • DEVGUIDE.md: Removed trivy from the running-scans section, tool list, results-interpretation section, and false-positive suppression section
  • .gitignore: Removed trivy-results.sarif

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] Remove all uses and references to trivy chore: remove trivy Mar 21, 2026
Copilot AI requested a review from pelikhan March 21, 2026 01:17
@pelikhan pelikhan marked this pull request as ready for review March 21, 2026 01:18
Copilot AI review requested due to automatic review settings March 21, 2026 01:18
@pelikhan pelikhan merged commit 492682b into main Mar 21, 2026
@pelikhan pelikhan deleted the copilot/remove-all-uses-references-trivy branch March 21, 2026 01:18
Copy link
Contributor

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

Removes Trivy usage and references from local developer tooling and documentation to align the repository’s security scanning workflow with gosec + govulncheck only.

Changes:

  • Removes the security-trivy Makefile target and updates security-scan, clean, and help text accordingly.
  • Updates DEVGUIDE.md to remove Trivy from security scan instructions and false-positive guidance.
  • Removes trivy-results.sarif from .gitignore.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Makefile Drops Trivy scan target and removes Trivy artifacts from aggregate scan + clean/help output.
DEVGUIDE.md Updates security scanning docs to no longer reference Trivy or Trivy-specific result handling/suppression.
.gitignore Stops ignoring Trivy SARIF output since Trivy is no longer used.

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

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.

3 participants