Skip to content

Commit 3cafdd3

Browse files
committed
feat: Add Root to source_test.yaml for test environment
Signed-off-by: Chai Tadmor <chai.tadmor@root.io>
1 parent 7b2e02d commit 3cafdd3

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)