From 619fc0455d14588e2be3193440fceb8728e758f3 Mon Sep 17 00:00:00 2001 From: Rory Carson Date: Thu, 29 Feb 2024 10:02:38 +0100 Subject: [PATCH] Create catalog-info.yaml Signed-off-by: Rory Carson --- catalog-info.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..b7167746 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,20 @@ +# Backstage documentation +# https://backstage.io/docs/features/software-catalog/descriptor-format/ + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: allstar + description: Allstar is a GitHub App that continuously monitors GitHub organizations or repositories for adherence to security best practices + annotations: + github.com/project-slug: contentful/allstar + contentful.com/service-tier: "4" + + tags: + - update-me + - sast-disabled + - tier-4 +spec: + type: service + lifecycle: production + owner: group:team-security