Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Inject ¶
Inject injects a map of parameters into a raw string and returns the resulting string.
Parameters are represented in the string using $$ notation, similar to how environment variables are defined in Makefiles.
func InjectSafe ¶
InjectSafe attempts to safely inject parameters without leaking parameters in the Build or Compose section of the yaml file.
The intended use case for this function are public pull requests. We want to avoid a malicious pull request that allows someone to inject and print private variables.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.