Skip to content

Commit

Permalink
fix: Lower permissions to clear golint sec warning
Browse files Browse the repository at this point in the history
  • Loading branch information
riweston committed Aug 1, 2021
1 parent 6b325e6 commit fa6546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aztx/contexts.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ func WriteAzureProfile(file File, id uuid.UUID, outFile string) error {
return err
}

err = ioutil.WriteFile(outFile, byteValue, 0644)
err = ioutil.WriteFile(outFile, byteValue, 0600)
return err
}

0 comments on commit fa6546a

Please sign in to comment.