Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golangci-lint: Fix file permission for gosec
If fixes following error ``` pkg/os/windows/powershell/powershell_windows.go:77:12: G306: Expect WriteFile permissions to be 0600 or less (gosec) if err := os.WriteFile(filename, append([]byte{0xef, 0xbb, 0xbf}, []byte(scriptContent)...), 0666); err != nil { ^ ```
- Loading branch information