Skip to content

Commit

Permalink
Merge pull request #34 from sarmil/main
Browse files Browse the repository at this point in the history
[Sikkerhet] Oppdaterer med catalog-info.yaml til versjon 3.0
  • Loading branch information
martinhny authored Aug 30, 2024
2 parents 99edd76 + e396c87 commit d160ec9
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:
repo_types: [Library]
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: "pharos"
tags:
- "public"
spec:
type: "library"
lifecycle: "production"
owner: "skip"
system: "skip"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_pharos"
title: "Security Champion pharos"
spec:
type: "security_champion"
parent: "it_security_champions"
members:
- "omaen"
children:
- "resource:pharos"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "pharos"
links:
- url: "https://github.com/kartverket/pharos"
title: "pharos på GitHub"
spec:
type: "repo"
owner: "security_champion_pharos"
dependencyOf:
- "component:pharos"

0 comments on commit d160ec9

Please sign in to comment.