ci: remove security vulnerability scan workflow (#5266)

This commit is contained in:
fatedier 2026-03-29 22:55:52 +08:00 committed by GitHub
parent c694b1f6a9
commit 76abeff881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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