diff --git a/source_test.yaml b/source_test.yaml index 844d06ea2eb..5929904f996 100644 --- a/source_test.yaml +++ b/source_test.yaml @@ -65,7 +65,7 @@ versions_from_repo: False rest_api_url: 'https://curl.se/docs/vuln.json' type: 2 - ignore_patterns: ['propertyValue'] + ignore_patterns: [''] directory_path: 'docs' detect_cherrypicks: False extension: '.json' @@ -266,3 +266,17 @@ key_path: 'OSV' repo_username: 'git' + - name: 'test' + versions_from_repo: True + type: 0 + ignore_patterns: ['allowlist.json'] + repo_url: 'blah' + detect_cherrypicks: False + extension: '.json' + db_prefix: 'TEST-' + ignore_git: False + link: 'blah' + editable: False + key_path: 'OSV' + repo_username: 'git' +