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

Ensure Gradle Enterprise access key is not shown in a plain text #290

Merged
merged 4 commits into from
Apr 25, 2023

Conversation

c00ler
Copy link
Contributor

@c00ler c00ler commented Apr 24, 2023

Ensure Gradle Enterprise access key is not shown in plain text when Environment Injector plugin is used.

@c00ler c00ler self-assigned this Apr 24, 2023
@c00ler c00ler requested review from alextu, guylabs and welandaz April 25, 2023 11:33
@c00ler c00ler marked this pull request as ready for review April 25, 2023 11:33
// then
build.shouldSucceed();
assertBuildScanPublished(build);
build.action(EnvInjectAction.class).shouldContain("GRADLE_ENTERPRISE_ACCESS_KEY", "[*******]");
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice !

@guylabs guylabs removed their request for review April 25, 2023 14:09
@c00ler c00ler merged commit 80b4394 into master Apr 25, 2023
@c00ler c00ler deleted the avenderov/hide-access-key branch April 25, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants