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