Skip to content

Commit

Permalink
Merge pull request #136 from sarmil/main
Browse files Browse the repository at this point in the history
[Sikkerhet] Oppdaterer beskrivelse.yaml fra versjon 1.0 til 3.0 og oppretter catalog-info.yaml
  • Loading branch information
EllingOftedalKV authored May 2, 2024
2 parents 4b14a54 + 521411a commit 862959a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .sikkerhet/beskrivelse.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 2.0
version: 3.0
organization: Land
product : automatisk-generalisering
product: Automatisk generalisering
repo_types: [Tool]
platforms: [LOKALT]
platforms: [LOKALT]
37 changes: 37 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# nonk8s
apiVersion: "backstage.io/v1alpha1"
kind: "Component"
metadata:
name: "automatisk-generalisering"
tags:
- "private"
spec:
type: "service"
lifecycle: "production"
owner: "n50"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_automatisk-generalisering"
title: "Security Champion automatisk-generalisering"
spec:
type: "security_champion"
parent: "land_security_champions"
members:
- "EllingOftedalKV"
children:
- "resource:automatisk-generalisering"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "automatisk-generalisering"
links:
- url: "https://github.com/kartverket/automatisk-generalisering"
title: "automatisk-generalisering på GitHub"
spec:
type: "repo"
owner: "security_champion_automatisk-generalisering"
dependencyOf:
- "component:automatisk-generalisering"

0 comments on commit 862959a

Please sign in to comment.