Skip to content

Commit

Permalink
Oppdaterer med catalog-info.yaml til versjon 3.0 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmil authored Sep 4, 2024
1 parent 88f77b2 commit f22a24a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .sikkerhet/beskrivelse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0
version: 3.0
organization: IT
product: Skiperator
repo_types: [Service]
Expand Down
38 changes: 38 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# nonk8s
apiVersion: "backstage.io/v1alpha1"
kind: "Component"
metadata:
name: "skiperator"
tags:
- "internal"
spec:
type: "service"
lifecycle: "production"
owner: "skip"
system: "skip"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_skiperator"
title: "Security Champion skiperator"
spec:
type: "security_champion"
parent: "it_security_champions"
members:
- "omaen"
children:
- "resource:skiperator"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "skiperator"
links:
- url: "https://github.com/kartverket/skiperator"
title: "skiperator på GitHub"
spec:
type: "repo"
owner: "security_champion_skiperator"
dependencyOf:
- "component:skiperator"

0 comments on commit f22a24a

Please sign in to comment.