We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a7c80 commit a7abf07Copy full SHA for a7abf07
1 file changed
pkg/environment/secrets_test.go
@@ -11,7 +11,7 @@ import (
11
12
func writeSecret(value string) func(string) error {
13
return func(path string) error {
14
- return os.WriteFile(path, []byte(value), 0700)
+ return os.WriteFile(path, []byte(value), 0o700)
15
}
16
17
0 commit comments