From 33abd682ee8ae20c57d21fbad8f64c83ed79fca8 Mon Sep 17 00:00:00 2001 From: TS Security Bot <44610966+tssecurity@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:32:49 +0900 Subject: [PATCH] Add catalog-info.yml --- catalog-info.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 00000000..f34ff185 --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,15 @@ +# This file contains metadata for backstage +# Read more about available fields and annotations: +# https://github.com/tradeshift/backstage +# +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: setup-terraform + description: "Sets up Terraform CLI in your GitHub Actions workflow." + annotations: + github.com/project-slug: Tradeshift/setup-terraform +spec: + type: other + lifecycle: experimental + owner: infrastructure-security