remove code quality scan

This commit is contained in:
Nawaz Dhandala 2022-01-26 19:32:19 +00:00
parent 19d34662a0
commit fb545a3ed7
2 changed files with 1 additions and 26 deletions

View File

@ -1,24 +0,0 @@
name: Code Quality Scan
on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

View File

@ -1,3 +1,2 @@
sonar.organization=oneuptime
sonar.projectKey=OneUptime_app
sonar.exclusions=*.java
sonar.projectKey=OneUptime_app