Skip to content

Commit

Permalink
Enable gosec linter for G104 rule (#10332)
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 authored Jan 3, 2025
1 parent c281692 commit 98abb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ linters-settings:

gosec:
includes:
- G104
- G108
- G109
- G112
Expand Down

0 comments on commit 98abb26

Please sign in to comment.