From a9254e58106a2ae6f478d4b47aa542f06ca81f3a Mon Sep 17 00:00:00 2001 From: Garrett Ladley <92384606+garrettladley@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:36:14 -0400 Subject: [PATCH] disable audit ghwf --- .github/workflows/audit.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/audit.yml diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml deleted file mode 100644 index 96a0db6..0000000 --- a/.github/workflows/audit.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Security Audit - -on: - schedule: - - cron: "0 0 * * *" - push: - paths: - - "**/go.mod" - - "**/go.sum" - pull_request: - paths: - - "**/go.mod" - - "**/go.sum" - -jobs: - securit_audit: - runs-on: ubuntu-latest - env: - GO111MODULE: on - steps: - - name: Checkout Source - uses: actions/checkout@v3 - - name: Run Gosec Security Scanner - uses: securego/gosec@master - with: - args: ./api/...