mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
bump pion/stun to v3 to fix vulnerability (#5245)
This commit is contained in:
parent
5ed02275da
commit
c694b1f6a9
5 changed files with 67 additions and 83 deletions
21
.github/workflows/security.yml
vendored
Normal file
21
.github/workflows/security.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue