Skip to content

Commit

Permalink
Merge pull request #11 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
toreJohnsen authored Oct 15, 2024
2 parents e248bce + 3183bae commit b154334
Show file tree
Hide file tree
Showing 2 changed files with 38 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: [Tool]
Expand Down
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: "ShapeChange-Add-In"
tags:
- "private"
spec:
type: "service"
lifecycle: "production"
owner: "standardisering"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_ShapeChange-Add-In"
title: "Security Champion ShapeChange-Add-In"
spec:
type: "security_champion"
parent: "it_security_champions"
members:
- "toreJohnsen"
children:
- "resource:ShapeChange-Add-In"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "ShapeChange-Add-In"
links:
- url: "https://github.com/kartverket/ShapeChange-Add-In"
title: "ShapeChange-Add-In på GitHub"
spec:
type: "repo"
owner: "security_champion_ShapeChange-Add-In"
dependencyOf:
- "component:ShapeChange-Add-In"

0 comments on commit b154334

Please sign in to comment.