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.
2 parents 081c585 + b336a09 commit f16e48eCopy full SHA for f16e48e
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