Skip to content

Commit

Permalink
Merge pull request #3 from sarmil/3.0-kv
Browse files Browse the repository at this point in the history
[Sikkerhet] Oppdaterer med catalog-info.yaml til versjon 3.0
  • Loading branch information
DanielBerge authored Oct 15, 2024
2 parents 5b217d6 + 10d293d commit 9284d19
Showing 1 changed file with 38 additions and 0 deletions.
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: "pdfbox"
tags:
- "public"
spec:
type: "library"
lifecycle: "production"
owner: "eiet"
system: "dokumentbestilling"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_pdfbox"
title: "Security Champion pdfbox"
spec:
type: "security_champion"
parent: "eiendom_security_champions"
members:
- "DanielBerge"
children:
- "resource:pdfbox"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "pdfbox"
links:
- url: "https://github.com/kartverket/pdfbox"
title: "pdfbox på GitHub"
spec:
type: "repo"
owner: "security_champion_pdfbox"
dependencyOf:
- "component:pdfbox"

0 comments on commit 9284d19

Please sign in to comment.