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

[analyze] Add environment variable support to text inputs #3195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcastorina
Copy link
Collaborator

Description:

The values will only be replaced if the input begins with a dollar sign, and allows for multiple expansions like "${A} and ${B}". The requirement for the first character to be a dollar sign prevents any issues with a dollar sign embedded in a key itself.

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

The values will only be replaced if the input begins with a dollar sign,
and allows for multiple expansions like "${A} and ${B}". The requirement
for the first character to be a dollar sign prevents any issues with a
dollar sign embedded in a key itself.
@mcastorina mcastorina requested a review from a team as a code owner August 7, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant