We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081c585 commit b336a09Copy full SHA for b336a09
cmd/clusterctl/client/cluster/template_test.go
@@ -310,7 +310,7 @@ func Test_templateClient_GetFromURL(t *testing.T) {
310
// redirect stdin
311
saveStdin := os.Stdin
312
defer func() { os.Stdin = saveStdin }()
313
- os.Stdin, err = os.Open(path)
+ os.Stdin, err = os.Open(path) //nolint:gosec
314
g.Expect(err).NotTo(HaveOccurred())
315
316
type args struct {
0 commit comments