Skip to content

Commit

Permalink
Merge pull request #181 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: remove sonar properties file
  • Loading branch information
ychung-mot authored Apr 18, 2024
2 parents 2d36be3 + 072818d commit 40ca1c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sonarqube-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
- crunchydb/**

jobs:
dotnet-scan:
name: dotnet build and scan
backend-scan:
name: backend build and scan
runs-on: windows-latest
steps:
- name: Set up JDK 17
Expand Down Expand Up @@ -58,15 +58,16 @@ jobs:
dotnet build ./server/server.sln
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
basic-scan:
name: basic scan
frontend-scan:
name: frontend scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
path: 'frontend' # Check out only the 'frontend' folder
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
File renamed without changes.

0 comments on commit 40ca1c7

Please sign in to comment.