Skip to content

Commit

Permalink
Add backstage base data
Browse files Browse the repository at this point in the history
EE-778-create-catalog-info-all-repos
  • Loading branch information
jbasila-orca committed Jul 31, 2024
1 parent 4845c0f commit daf2fb4
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .orca/backstage/catalog-component-locations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
name: catalog-locations-shiftleft-secrets-action
labels:
repository: shiftleft-secrets-action
annotations:
github.com/project-slug: orcasecurity/shiftleft-secrets-action
spec:
presence: optional
targets: []
13 changes: 13 additions & 0 deletions .orca/backstage/catalog-info-repo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
name: catalog-base-locations-shiftleft-secrets-action
labels:
repository: shiftleft-secrets-action
annotations:
github.com/project-slug: orcasecurity/shiftleft-secrets-action
spec:
presence: optional
targets:
- ./repository-info.yaml
- ./catalog-component-locations.yaml
30 changes: 30 additions & 0 deletions .orca/backstage/repository-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: shiftleft-secrets-action
description: Repository for shiftleft-secrets-action code.
labels:
orca.security/is-production: "true"
orca.security/repo-is-fork: "false"
orca.security/repo-visibility: public
annotations:
github.com/project-slug: orcasecurity/shiftleft-secrets-action
github.com/team-slug: orcasecurity/shiftleft
orca.security/jira-project-key: CICD
orca.security/jira-project-name: Shift Left - SLC
orca.security/repo-created-at: "2023-09-27T13:26:10Z"
orca.security/repo-default-branch: master
orca.security/repo-main-language: JavaScript
links:
- url: https://github.com/orcasecurity/shiftleft-secrets-action
title: Source Code
icon: github
type: url
- url: https://orcasecurity.atlassian.net/jira/software/c/projects/CICD/boards/103
title: Jira
icon: grading
type: url
spec:
type: repository
lifecycle: production
owner: shiftleft

0 comments on commit daf2fb4

Please sign in to comment.