Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

ENV for something like SONARQUBE_SCANNER_HOME #56

Closed
imcotton opened this issue Oct 29, 2018 · 2 comments
Closed

ENV for something like SONARQUBE_SCANNER_HOME #56

imcotton opened this issue Oct 29, 2018 · 2 comments

Comments

@imcotton
Copy link

var installFolder = path.join(os.homedir(), '.sonar', 'native-sonar-scanner')

Currently the install location is set to $HOME, would be great to set manually in order to play well in container based CI system, for caching mostly.

process.env.SONARQUBE_SCANNER_HOME || os.homedir()
@gabssnake
Copy link
Collaborator

Hey @imcotton, do you still care about this?

@gabssnake
Copy link
Collaborator

Hi @imcotton,

I created a list of potential improvements and mentioned this topic:

I'll close this issue for now. Feel free to reopen if you want to create a PR ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants