mirror of
https://github.com/fatedier/frp.git
synced 2026-03-30 21:59:15 +08:00
ci: remove security vulnerability scan workflow (#5266)
This commit is contained in:
21
.github/workflows/security.yml
vendored
21
.github/workflows/security.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user