Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Import repo to repo-as-code [no ci] #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @SnowSoftwareGlobal/research
26 changes: 26 additions & 0 deletions .github/workflows/sonarqube-generic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This workflow calls a Reusable Workflow which scans a Generic project with SonarQube
# The Reusable Workflow can be found here:
# https://github.com/SnowSoftwareGlobal/devops-workflow-sonarqube-generic
# Usage and requirements for using the workflow can be found here:
# https://github.com/SnowSoftwareGlobal/devops-workflow-sonarqube-generic/blob/main/README.md#usage

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- 'main'
- 'master'
- 'develop'
- 'release'

name: SonarQube Scan - Generic
jobs:
sonarqube-scan:
uses: SnowSoftwareGlobal/devops-workflow-sonarqube-generic/.github/workflows/sonarqube-generic.yml@v1
secrets: inherit # pass all secrets (https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow)
# There are some custom inputs you can use, uncomment the lines below to use them
# with:
# If the project is located somewhere other than the root directory, spec it here
# Default: '.'
# project-path: ''
17 changes: 17 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ps-slack2saasjson
annotations:
github.com/project-slug: SnowSoftwareGlobal/ps-slack2saasjson
devops.io/handled-by: repo-as-code
devops.io/version: v1
sonarqube.org/project-key: ps-slack2saasjson
circleci.com/project-slug: github/SnowSoftwareGlobal/ps-slack2saasjson
tags:
- cloud
- az-ug-github-research
spec:
type: service
lifecycle: unknown
owner: default/az-ug-github-research