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/...