From 0d8b4ac86c44d972d1f2e50046bacc61139354b3 Mon Sep 17 00:00:00 2001 From: ci-atlas-bot <158276885+ci-atlas-bot@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:23:23 +0100 Subject: [PATCH 1/2] Add catalog.yaml config [skip ci] --- .customink/catalog.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .customink/catalog.yaml diff --git a/.customink/catalog.yaml b/.customink/catalog.yaml new file mode 100644 index 0000000..a7ab3da --- /dev/null +++ b/.customink/catalog.yaml @@ -0,0 +1,28 @@ +name: .github + +owner: atlas # team definitions at https://app.opslevel.com/teams + +purpose: # multiple choice + - app + # - demo + # - library + # - configuration + # - other +deployment_type: # multiple choice + # - kubernetes + # - infrastructure_serverless + # - package + # - cli-only + # - data + # - docker-image + +# tier: tier_1 # Mission-critical service or repository. Failure could result in significant impact to revenue or reputation. +# tier: tier_2 # Customer-facing service or repository. Failure results in degraded experience for customers, although without significant impact to revenue or reputation. +# tier: tier_3 # Internal service or repository. Failure could result in productivity being compromised within the company. +# tier: tier_4 # Other service or repository. Failure doesn't result in immediate or significant impact. +# tier: tier_na # this repo does not have a tier. typically libraries + +properties: + public_facing: false + pci: false + pii: false From 3c669c5d79c988d4f4fdd538b6a7c30ee5539622 Mon Sep 17 00:00:00 2001 From: Pavel Buchart Date: Fri, 22 Mar 2024 16:02:30 +0100 Subject: [PATCH 2/2] Update catalog.yaml --- .customink/catalog.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.customink/catalog.yaml b/.customink/catalog.yaml index a7ab3da..bb69dbc 100644 --- a/.customink/catalog.yaml +++ b/.customink/catalog.yaml @@ -3,10 +3,10 @@ name: .github owner: atlas # team definitions at https://app.opslevel.com/teams purpose: # multiple choice - - app + # - app # - demo # - library - # - configuration + - configuration # - other deployment_type: # multiple choice # - kubernetes @@ -19,7 +19,7 @@ deployment_type: # multiple choice # tier: tier_1 # Mission-critical service or repository. Failure could result in significant impact to revenue or reputation. # tier: tier_2 # Customer-facing service or repository. Failure results in degraded experience for customers, although without significant impact to revenue or reputation. # tier: tier_3 # Internal service or repository. Failure could result in productivity being compromised within the company. -# tier: tier_4 # Other service or repository. Failure doesn't result in immediate or significant impact. +tier: tier_4 # Other service or repository. Failure doesn't result in immediate or significant impact. # tier: tier_na # this repo does not have a tier. typically libraries properties: