Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass org var SONAR_SCANNER_URL to codebuild #47

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

velomatt
Copy link
Contributor

We need to have tighter control over what file is downloaded for the Sonar-Scanner zip file in our pipelines.

To make this easier, we will define an org-level env var SONAR_SCANNER_URL which will contain the URL to the x86 zip file.

This var needs to be passed to codebuild so that it can be downloaded in the pipeline.

The URL is not a secret, and it's ok to show up as plaintext in the logs.

@velomatt velomatt requested a review from a team as a code owner July 26, 2024 19:27
Copy link
Contributor

@snubatreus snubatreus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@velomatt velomatt merged commit 674a9e4 into master Jul 26, 2024
1 check passed
@velomatt velomatt deleted the Pass-SONAR_SCANNER_URL-variable-to-Codebuild branch July 26, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants