Skip to content

Commit

Permalink
Congifure sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 25, 2023
1 parent f300ab5 commit 58692b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- run: |
echo 'sonar.projectKey=paradisec-nabu' > sonar-project.properties
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 58692b0

Please sign in to comment.