From 200c9e56844448fca47a79e2095e11232534d257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C5=BBak?= Date: Tue, 2 May 2023 17:40:37 +0200 Subject: [PATCH] chore: Finish gosec activities (#13222) --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 1ed75f028..b244b8b4e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -115,6 +115,7 @@ linters-settings: - G503 - G505 - G601 + # G104, G105, G113, G204, G304, G307, G402, G504 were not enabled intentionally # To specify the configuration of rules. config: # Maximum allowed permissions mode for os.OpenFile and os.Chmod