Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down