Skip to content

Commit

Permalink
Add sonarcloud (#195)
Browse files Browse the repository at this point in the history
* Add sonarcloud scanning

* Fix sonarcloud environment variable name

* Fix job name in CI workflow
  • Loading branch information
JonJagger authored Aug 2, 2024
1 parent 80ead4b commit 91d4beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
sonarcloud-scan:
needs: [setup, build-image]
needs: [kosli-trail, build-image]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 91d4beb

Please sign in to comment.