Skip to content

Commit

Permalink
Merge pull request #98 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
jonasmw94 authored Aug 22, 2024
2 parents a88b4c2 + ee3ff9d commit 4e144c9
Show file tree
Hide file tree
Showing 2 changed files with 40 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: Dataplattformtjenester
repo_types: [Library,Ops]
Expand Down
39 changes: 39 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# nonk8s
apiVersion: "backstage.io/v1alpha1"
kind: "Component"
metadata:
name: "dask-modules"
tags:
- "public"
- "internal"
spec:
type: "library"
lifecycle: "production"
owner: "dataplattform"
system: "dataplattformtjenester"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_dask-modules"
title: "Security Champion dask-modules"
spec:
type: "security_champion"
parent: "it_security_champions"
members:
- "augustdahl"
children:
- "resource:dask-modules"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "dask-modules"
links:
- url: "https://github.com/kartverket/dask-modules"
title: "dask-modules på GitHub"
spec:
type: "repo"
owner: "security_champion_dask-modules"
dependencyOf:
- "component:dask-modules"

0 comments on commit 4e144c9

Please sign in to comment.