Skip to content

Commit

Permalink
Merge pull request #7 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
omaen authored Oct 9, 2024
2 parents 6693456 + 5071f48 commit 7e0ae26
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .sikkerhet/beskrivelse.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
version: 1.0
organisasjon: IT
version: 3.0
organization: IT
product:
repo_types: [Ops]
platforms: [SKIP]
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: "github-backup"
tags:
- "internal"
spec:
type: "ops"
lifecycle: "production"
owner: "skip"
system: "skip"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_github-backup"
title: "Security Champion github-backup"
spec:
type: "security_champion"
parent: "it_security_champions"
members:
- "omaen"
children:
- "resource:github-backup"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "github-backup"
links:
- url: "https://github.com/kartverket/github-backup"
title: "github-backup på GitHub"
spec:
type: "repo"
owner: "security_champion_github-backup"
dependencyOf:
- "component:github-backup"

0 comments on commit 7e0ae26

Please sign in to comment.