From 0b876cc86eb15a7e970bb4adfeb6fec141346857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Tue, 21 May 2024 17:58:37 -0400 Subject: [PATCH] chore: add catalog-info.yaml --- 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..d10461e6 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: codejail + description: A library for managing the execution of untrusted code in secure sandboxes. + annotations: + openedx.org/arch-interest-groups: moisesgsalas +spec: + owner: user:moisesgsalas + type: library + lifecycle: production