From eb0fec57d001f0fc22467ca08934064f569e8ac5 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 31 Mar 2026 00:32:10 +0300 Subject: [PATCH] chore: update CHANGELOG to reflect removal of legacy PR vulnerability scanner in favor of Trivy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ca3f2..fa08aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file. ### Removed -- **OSV-Scanner workflow**: Removed `osv-pr.yml` and `scripts/osv_scan.sh` in favour of Trivy. +- **Legacy PR vulnerability scanner**: Removed the old PR-oriented workflow and its helper script in favour of Trivy. ### Testing