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 00aa9c3 + a79ce2e commit 47cfc56Copy full SHA for 47cfc56
cmd/analyze.go
@@ -283,7 +283,7 @@ var analyzeCmd = &cobra.Command{
283
if err != nil {
284
log.Fatalf("Failed to read merged SARIF output: %v", err)
285
}
286
- os.WriteFile(outputFile, content, utils.DefaultRW)
+ os.WriteFile(outputFile, content, utils.DefaultFilePerms)
287
} else {
288
// println the output file content
289
content, err := os.ReadFile(tmpOutputFile)
0 commit comments