Skip to content

Commit

Permalink
WIP: ignore gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 9, 2023
1 parent 630cdf0 commit ba5b217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/goenv/goenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
)

func Read(varNames []string) (map[string]string, error) {
//nolint:gosec
out, err := exec.Command("go", append([]string{"env"}, varNames...)...).CombinedOutput()
if err != nil {
return nil, err
Expand Down

0 comments on commit ba5b217

Please sign in to comment.