Skip to content

Commit

Permalink
Pass org var SONAR_SCANNER_URL to codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt committed Jul 26, 2024
1 parent e7679de commit 9962a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ jobs:
compute-type-override: ${{ inputs.compute-type-override }}
buildspec-override: "./buildspec/${{ inputs.buildspec != '' && inputs.buildspec || format('{0}.yml', inputs.component) }}"
image-override: "${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.us-west-1.amazonaws.com/${{ secrets.REPOSITORY_NAME }}:${{ inputs.image != '' && inputs.image || format('dss-build_{0}', steps.nice_branchname.outputs.NICE_BRANCHNAME) }}"
env-vars-for-codebuild: SONAR_SCANNER_URL
env:
SONAR_SCANNER_URL: ${{ vars.SONAR_SCANNER_URL }}

0 comments on commit 9962a05

Please sign in to comment.