From 08ca663c7d5d2c2746e3f22be651e20e263988d4 Mon Sep 17 00:00:00 2001 From: tdunlap607 Date: Wed, 8 Jul 2026 09:05:43 -0400 Subject: [PATCH] chore(sources): update chainguard test source to v3 feed URL Point the chainguard entry in source_test.yaml at the new Chainguard OSV v3 feed (advisories.cgr.dev/chainguard/v3/osv/all.json) for testing migration on test.osv.dev. Signed-off-by: tdunlap607 --- source_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_test.yaml b/source_test.yaml index f88a8fc4783..86e7aeba34e 100644 --- a/source_test.yaml +++ b/source_test.yaml @@ -125,7 +125,7 @@ - name: 'chainguard' versions_from_repo: False - rest_api_url: 'https://packages.cgr.dev/chainguard/osv/all.json' + rest_api_url: 'https://advisories.cgr.dev/chainguard/v3/osv/all.json' type: 2 ignore_patterns: ['^(?!CGA-).*$'] # NOTE: Not currently supported for REST sources directory_path: 'chainguard/osv' @@ -134,7 +134,7 @@ db_prefix: ['CGA-'] accepted_ecosystems: ['Chainguard', 'Wolfi'] ignore_git: True - link: 'https://packages.cgr.dev/chainguard/osv/' + link: 'https://advisories.cgr.dev/chainguard/v3/osv/' human_link: 'https://images.chainguard.dev/security/{{ BUG_ID }}' editable: False strict_validation: True