From 8b06e8caede6cd5d650ba17d49a615bc433fc988 Mon Sep 17 00:00:00 2001 From: cvaidas Date: Wed, 9 Apr 2025 17:09:11 +0300 Subject: [PATCH] chore: add repo classification --- .github/CODEOWNERS | 1 + catalog-info.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 catalog-info.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c877840 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @suskind \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..44a2fd9 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,8 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cicd-pipeline-scan-examples +spec: + type: examples + lifecycle: "-" + owner: "-" \ No newline at end of file