Skip to content

Commit b0b468b

Browse files
authored
Sonar action update (#202)
* Setup build and test workflows * Add sonar * Fix sonar config * Update pipeline config and remove workflow files for individual checks * Rollback to separate action checks * Set checkmarx tenant id * Set checkmarx tenant id env variable * Remove checkmarx workflow * Move sonar token to env secret
1 parent 9097438 commit b0b468b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
sonar:
1111
runs-on: ubuntu-latest
12+
environment: sonarqube
1213
steps:
1314
- uses: actions/checkout@v4
1415
with:

0 commit comments

Comments
 (0)