Skip to content

Commit

Permalink
Adding sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Jan 8, 2025
1 parent c07c732 commit e3ffe5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-push-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ env:
DEFAULT_TIMEFRAME: "24 hours"

on:
# workflow_run:
# workflows:
# - "Basic build and test"
# branches:
# - main
# types:
# - completed
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/simple-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '.github/workflows/build-push-container-images-3.15.Final.yml'
- '.github/workflows/build-push-container-images-rhbq-3.15.yml'
- '.github/calculateModules.java'
- '.sonarlint/**'
- 'scripts/deploy-to-azure-containerapps.sh'
- 'scripts/create-azure-openai-resources.sh'
- 'scripts/delete-azure-openai-resources.sh'
Expand Down Expand Up @@ -50,6 +51,7 @@ on:
- '.github/workflows/build-push-container-images-3.15.Final.yml'
- '.github/workflows/build-push-container-images-rhbq-3.15.yml'
- '.github/calculateModules.java'
- '.sonarlint/**'
- 'scripts/*.sh'
- '**/hyperfoil/**'
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .sonarlint/connectedMode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"sonarCloudOrganization": "quarkusio-quarkus-super-heroes",
"projectKey": "quarkusio-quarkus-super-heroes_ui-super-heroes"
}

0 comments on commit e3ffe5f

Please sign in to comment.