From 9b570970ea935053830703fcd947b0aa76896625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandor=20Sz=C3=BCcs?= Date: Tue, 17 Oct 2023 13:11:23 +0200 Subject: [PATCH] fix: master build by dropping gosec from GH action, because of recent gosec changes (#2689) --- .github/workflows/master.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index a99cc90970..7d47290fa7 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -25,7 +25,6 @@ jobs: - run: make staticcheck - run: make check-race - run: make osv-scanner - - run: make gosec - run: make govulncheck - run: make capslock - run: make publish-coverage