Skip to content

Commit

Permalink
chore: ignore gosec G304 for mkencint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 11, 2022
1 parent 19abaea commit 72da542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mkencint/main.go
Expand Up @@ -107,7 +107,7 @@ func run() error {

var w io.Writer = os.Stdout
if path := *o; path != "" {
f, err := os.Create(path)
f, err := os.Create(path) // #nosec G304
if err != nil {
return err
}
Expand Down

0 comments on commit 72da542

Please sign in to comment.