From 556b0295fca407ad54859baf0b688beb288687f4 Mon Sep 17 00:00:00 2001 From: Wayne Grant <117590766+wayne-grant@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:08:47 +0100 Subject: [PATCH] chore: asset classification (#225) --- catalog-info.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..9ab4a647 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: snyk-python-plugin + annotations: + github.com/project-slug: snyk/snyk-python-plugin + github.com/team-slug: snyk/os-managed +spec: + type: snyk-cli-plugin + lifecycle: "-" + owner: os-managed