Skip to content

Commit

Permalink
uignore G304
Browse files Browse the repository at this point in the history
Signed-off-by: Achref Ben Saad <[email protected]>
  • Loading branch information
achrefbensaad committed Dec 20, 2024
1 parent bc4c3fb commit 9a65100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ ifeq (, $(shell which gosec))
go install github.com/securego/gosec/v2/cmd/gosec@latest;\
}
endif
cd $(CURDIR); gosec -exclude=G402 ./...
cd $(CURDIR); gosec -exclude=G402,G304 ./...

0 comments on commit 9a65100

Please sign in to comment.