diff --git a/source.yaml b/source.yaml index 9131af96fe3..86412039dab 100644 --- a/source.yaml +++ b/source.yaml @@ -101,6 +101,21 @@ editable: False strict_validation: False +- name: 'root' + versions_from_repo: False + type: 2 + rest_api_url: 'https://api.root.io/external/osv/all.json' + ignore_patterns: ['^(?!ROOT-).*$'] + directory_path: 'osv' + detect_cherrypicks: False + extension: '.json' + db_prefix: ['ROOT-'] + ignore_git: True + human_link: 'https://root.io/security/{{ BUG_ID }}' + link: 'https://api.root.io/external/osv/' + editable: False + strict_validation: True + - name: 'chainguard' versions_from_repo: False rest_api_url: 'https://packages.cgr.dev/chainguard/osv/all.json'