Skip to content

Commit

Permalink
feat(presets): Added GRADLE_OPTS to safe global env (#33968)
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
pedromfmachado and rarkins authored Jan 31, 2025
1 parent 7583ecd commit 9e51d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Preset } from '../types';

export const presets: Record<string, Preset> = {
safeEnv: {
allowedEnv: ['GO*', 'RUSTC_BOOTSTRAP'],
allowedEnv: ['GO*', 'GRADLE_OPTS', 'RUSTC_BOOTSTRAP'],
description:
'Hopefully safe environment variables to allow users to configure.',
},
Expand Down

0 comments on commit 9e51d42

Please # to comment.