fix: update stale Trivy vulnerability database - #399
Merged
Britania Rodriguez Reyes (britaniar) merged 5 commits intoAug 17, 2026
Merged
Conversation
Use the actively maintained MCR Trivy database source so image scans receive current vulnerability advisories. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Record validation and the published pull request. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Preserve the scheduled scan workflow while retaining the official MCR vulnerability database source. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Record the resolved and mergeable upstream pull request state. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #399 +/- ##
==========================================
- Coverage 67.11% 66.95% -0.16%
==========================================
Files 33 33
Lines 3783 3783
==========================================
- Hits 2539 2533 -6
- Misses 1070 1075 +5
- Partials 174 175 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Yetkin Timocin (ytimocin)
approved these changes
Aug 17, 2026
Britania Rodriguez Reyes (britaniar)
merged commit Aug 17, 2026
c897e4c
into
Azure:main
10 of 11 checks passed
Britania Rodriguez Reyes (britaniar)
deleted the
britaniar-fix-trivy-database-repository
branch
August 17, 2026 22:48
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
CRITICAL,HIGHandignore-unfixed: truescan policyRoot cause
The mirrored database was stale and lacked advisories present in
mcr.microsoft.com/oss/v2/aquasecurity/trivy-db:2, causing the workflow's existing filters to report zero findings instead of the seven High findings returned by the current database.Validation