diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..71b78f1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @SnowSoftwareGlobal/research diff --git a/.github/workflows/sonarqube-generic.yml b/.github/workflows/sonarqube-generic.yml new file mode 100644 index 0000000..5d832e3 --- /dev/null +++ b/.github/workflows/sonarqube-generic.yml @@ -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: '' diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..346341a --- /dev/null +++ b/catalog-info.yaml @@ -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