Skip to content
Snippets Groups Projects
Unverified Commit 9e51d427 authored by Pedro Machado's avatar Pedro Machado Committed by GitHub
Browse files

feat(presets): Added `GRADLE_OPTS` to safe global env (#33968)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent 7583ecde
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import type { Preset } from '../types'; ...@@ -4,7 +4,7 @@ import type { Preset } from '../types';
export const presets: Record<string, Preset> = { export const presets: Record<string, Preset> = {
safeEnv: { safeEnv: {
allowedEnv: ['GO*', 'RUSTC_BOOTSTRAP'], allowedEnv: ['GO*', 'GRADLE_OPTS', 'RUSTC_BOOTSTRAP'],
description: description:
'Hopefully safe environment variables to allow users to configure.', 'Hopefully safe environment variables to allow users to configure.',
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment