mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
remove code quality scan
This commit is contained in:
parent
19d34662a0
commit
fb545a3ed7
24
.github/workflows/code-quality.yaml
vendored
24
.github/workflows/code-quality.yaml
vendored
@ -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 }}
|
|
@ -1,3 +1,2 @@
|
|||||||
sonar.organization=oneuptime
|
sonar.organization=oneuptime
|
||||||
sonar.projectKey=OneUptime_app
|
sonar.projectKey=OneUptime_app
|
||||||
sonar.exclusions=*.java
|
|
Loading…
Reference in New Issue
Block a user