Skip to content

Commit c778f0d

Browse files
committed
lint: write file permission
1 parent 776a340 commit c778f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationtest/integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ func writeResults(t *testing.T, tc TestCase, results TestResults) {
491491

492492
filename := "output/" + tc.Name + ".json"
493493

494-
err = os.WriteFile(filename, bz, 0644)
494+
err = os.WriteFile(filename, bz, 0600)
495495
require.NoError(t, err)
496496
}
497497

0 commit comments

Comments
 (0)