From 76abeff8812b7f10a609e625be66671bee394508 Mon Sep 17 00:00:00 2001 From: fatedier Date: Sun, 29 Mar 2026 22:55:52 +0800 Subject: [PATCH] ci: remove security vulnerability scan workflow (#5266) --- .github/workflows/security.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml deleted file mode 100644 index 88ab0781..00000000 --- a/.github/workflows/security.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Security Scan - -on: - schedule: - - cron: "0 13 * * 1" - push: - branches: - - master - - dev - pull_request: - branches: - - master - - dev - -jobs: - vulncheck: - name: Scan for vulnerabilities in Go code - runs-on: ubuntu-latest - steps: - - name: govulncheck - uses: golang/govulncheck-action@v1