Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 6360646

Browse files
committed
Ensure vulnerabilities are synced before processing dependency changes
1 parent 356ae84 commit 6360646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/git/pkgs/commands/vulns/praise.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def run
6868
error "No analysis found for branch '#{branch_name}'. Run 'git pkgs init' first."
6969
end
7070

71+
ensure_vulns_synced
72+
7173
# Get all unique packages from dependency changes
7274
packages = Models::DependencyChange
7375
.select(:ecosystem, :name)

0 commit comments

Comments
 (0)