diff options
| author | Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> | 2024-12-04 21:34:58 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-04 11:04:58 -0500 |
| commit | 8076d2005ea625c73604073fca43df38eb675751 (patch) | |
| tree | 1570ba5969882a26e021875da86bee6850a9cfc6 /registry-scanner/test/testdata/registry/config/two-defaults.yaml | |
| parent | c3f0eff54daf871fa1c274462b17f5149c11d368 (diff) | |
Add image folder to registry scanner (#952)
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
Diffstat (limited to 'registry-scanner/test/testdata/registry/config/two-defaults.yaml')
| -rw-r--r-- | registry-scanner/test/testdata/registry/config/two-defaults.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/registry-scanner/test/testdata/registry/config/two-defaults.yaml b/registry-scanner/test/testdata/registry/config/two-defaults.yaml new file mode 100644 index 0000000..21254cd --- /dev/null +++ b/registry-scanner/test/testdata/registry/config/two-defaults.yaml @@ -0,0 +1,9 @@ +registries: +- name: "Reg One" + prefix: regone.io + api_url: "https://regone.io" + default: true +- name: "Reg Two" + prefix: regtwo.io + api_url: "https://regtwo.io" + default: true
\ No newline at end of file |
