Skip to content

Customizable JDK and Maven Versions for CodeQL Agent #7

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

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Customizable JDK and Maven Versions for CodeQL Agent #7

merged 1 commit into from
Dec 21, 2023

Conversation

sa1g0n1337
Copy link
Contributor

@sa1g0n1337 sa1g0n1337 commented Nov 28, 2023

Changes Proposed

This pull request introduces the ability to customize the Java and Maven versions used within the CodeQL agent's Docker image. The changes allow users to mount a volume with different versions of JDK and Maven and set the appropriate environment variables in the CodeQL agent container.

Why this change?

Using fixed versions of JDK and Maven can limit the CodeQL agent's applicability to projects that require specific versions. By allowing customization, we enable users to analyze code that may not be compatible with the default versions of these tools.

Copy link
Member

@vovikhangcdv vovikhangcdv left a comment

Choose a reason for hiding this comment

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

Many thanks anh!

@vovikhangcdv vovikhangcdv merged commit 3c34726 into codeql-agent-project:main Dec 21, 2023
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