From 4f598bbc6d22c4ac2ae3d244d1cd4631a012521c Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 29 May 2024 16:47:33 +0200 Subject: [PATCH] Disable gosec for now --- .github/workflows/analysis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index f7f15ff..2bb4c51 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -43,8 +43,9 @@ jobs: - name: Staticcheck run: staticcheck ./... - - name: Gosec - run: gosec ./... + # We should enable some of the checks in the future. + #- name: Gosec + # run: gosec ./... - name: Vulncheck run: govulncheck ./...