From 6bce7570eaa7e54b833dd042b3c607ff70ee9849 Mon Sep 17 00:00:00 2001 From: Arya Gorjipour <36107942+Aryagorjipour@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:28:48 +0330 Subject: [PATCH] Update ci.yml remove code security step --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06832e7..7233646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,3 @@ jobs: run: | go install golang.org/x/lint/golint@latest golint ./... - - - name: Run security validations - run: | - go install github.com/securego/gosec/v2/cmd/gosec@latest - gosec ./...