From 446d93f4aff862bba5db961890ebecfb3d176c61 Mon Sep 17 00:00:00 2001 From: Lucas De Souza Date: Wed, 30 Nov 2022 11:22:28 -0600 Subject: [PATCH] adding another example Co-authored-by: Zeky Abubaker Signed-off-by: Lucas De Souza --- plugins/catalog-backend/src/ingestion/CatalogRules.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/catalog-backend/src/ingestion/CatalogRules.ts b/plugins/catalog-backend/src/ingestion/CatalogRules.ts index 9f06a8f0d7..677649d4b2 100644 --- a/plugins/catalog-backend/src/ingestion/CatalogRules.ts +++ b/plugins/catalog-backend/src/ingestion/CatalogRules.ts @@ -82,6 +82,10 @@ export class DefaultCatalogRulesEnforcer implements CatalogRulesEnforcer { * locations: * - type: url * pattern: https://github.com/org/*\/blob/master/template.yaml + * - allow: [Location] + * locations: + * - type: url + * pattern: https://github.com/org/repo/blob/master/location.yaml * * locations: * - type: url