From d3a636896d5179c9e0818cf6c36d0520a9f309e7 Mon Sep 17 00:00:00 2001 From: Jess Lowe <86962800+jess-lowe@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:24:50 +1100 Subject: [PATCH] Test cloud build trigger for source repo sync. (#1956) --- source_test.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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' +