Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jack0x2 committed Dec 20, 2024
1 parent 5dd2bc4 commit a213bae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func WithWindowsSecretSetupScript(wrapperPath string, allowGroupExec bool) []fun
}
}

// WithWindowsSecretSetupScriptNoPerms returns a list of agent params that setups a secret resolver script with no permissions.
func WithWindowsSecretSetupScriptNoPerms(wrapperPath string) []func(*agentparams.Params) error {
wrapperPath = strings.ReplaceAll(wrapperPath, `\`, `/`)

Expand Down

0 comments on commit a213bae

Please sign in to comment.