Skip to content

Commit

Permalink
Merge pull request #758 from ucsf-web-services/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
sirteatime committed May 9, 2024
2 parents aac49f7 + cb875ee commit ef85157
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sonarqube_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: SonarQube Scan

on:
push:
branches:
- master
workflow_dispatch:


jobs:
build:
name: Run SonarQube Scan
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.projectKey=ucsf-web-services_ucsf_8_pa

0 comments on commit ef85157

Please sign in to comment.