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

feat: pass JAVA_TOOL_OPTIONS to docker container #516

Closed
wants to merge 1 commit into from

Conversation

tkrop
Copy link

@tkrop tkrop commented Jan 17, 2025

This change passes the JAVA_TOOL_OPTIONS to the docker container running the analysis. Doing this allows to setup a custom trust store that can successfully create SSL connections to a codacy-proxy. Using a codacy-proxy allows to transparently authorize upload of results from a CI/CD system without storing Codacy tokens.

This change passes the JAVA_TOOL_OPTIONS to the docker container running the analysis. Doing this allows to setup a custom truststore that can successfully create SSL connections to a codacy-proxy. This allows to transparently authorize upload of results from a CI/CD system without storing Codacy tokens.
@tkrop
Copy link
Author

tkrop commented Jan 17, 2025

We overlooked that we also need to mount the cacerts-file to make it work. Since adding the cacerts to the code would create other problems we withdraw and reconsider our request.

@tkrop tkrop closed this Jan 17, 2025
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.

1 participant