Enable gosec G601

https://github.com/securego/gosec#available-rules

Signed-off-by: Richard Wall <richard.wall@venafi.com>
This commit is contained in:
Richard Wall 2023-12-12 17:25:31 +00:00
parent cf8421e13f
commit 09211dabdf

View File

@ -20,4 +20,4 @@ issues:
# Ignore some of the gosec warnings until we have time to address them.
- linters:
- gosec
text: "G(101|107|204|306|402|404|501|505|601)"
text: "G(101|107|204|306|402|404|501|505)"