Skip to content

Commit 91c3ca1

Browse files
feat(source): Add Root source test (#4558)
Should be merged after: #4397 --------- Signed-off-by: Chai Tadmor <chai.tadmor@root.io> Co-authored-by: Chai Tadmor <chai.tadmor@root.io> Co-authored-by: Jess Lowe <86962800+jess-lowe@users.noreply.github.com>
1 parent d03b63d commit 91c3ca1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

source_test.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,21 @@
467467
editable: False
468468
strict_validation: True
469469

470+
- name: 'root'
471+
versions_from_repo: False
472+
type: 2
473+
rest_api_url: 'https://api.root.io/external/osv/all.json'
474+
ignore_patterns: ['^(?!ROOT-).*$']
475+
directory_path: 'osv'
476+
detect_cherrypicks: False
477+
extension: '.json'
478+
db_prefix: ['ROOT-']
479+
ignore_git: True
480+
human_link: 'https://root.io/security/{{ BUG_ID }}'
481+
link: 'https://api.root.io/external/osv/'
482+
editable: False
483+
strict_validation: True
484+
470485
- name: 'rust'
471486
versions_from_repo: True
472487
type: 0

0 commit comments

Comments
 (0)