Skip to content

Commit 47f7d8f

Browse files
committed
ci: add TLSminversion skip.
1 parent 2106750 commit 47f7d8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ issues:
6868
- text: "G112:"
6969
linters:
7070
- gosec
71+
- text: "G402: TLS MinVersion too low."
72+
linters:
73+
- gosec

0 commit comments

Comments
 (0)