Skip to content

Commit

Permalink
Add abbility to set sops config location via envvar
Browse files Browse the repository at this point in the history
Signed-off-by: sledzikowy <[email protected]>
  • Loading branch information
sledzikowy authored Dec 13, 2024
1 parent 9370b28 commit e0a0eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sops/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,7 @@ func main() {
cli.StringFlag{
Name: "config",
Usage: "path to sops' config file. If set, sops will not search for the config file recursively.",
EnvVar: "SOPS_CONFIG",
},
cli.StringFlag{
Name: "encryption-context",
Expand Down

0 comments on commit e0a0eb2

Please sign in to comment.