Skip to content

Commit

Permalink
Update env var for Sonarscan workflow (daxa-ai#570)
Browse files Browse the repository at this point in the history
* added sonarscan workflow.

* added sonarscan workflow with html output format.

* added sonar properties with html output format.

* renamed sonar-project.properties.

* Reverted renaming sonar-project.properties.

* Update sonarscan_run.yml

---------

Co-authored-by: Raj Burnwal <[email protected]>
Co-authored-by: sridhar-daxa <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 65add33 commit 5089da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarscan_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ jobs:
notify_when: 'failure'
message_format: "{emoji} *{workflow}* {status_message} with Scan status ${{ steps.sonarqube-scan-check.outcome }}"
env:
SLACK_WEBHOOK_URL: ${{ secrets.WEBHOOK_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 5089da9

Please sign in to comment.