mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 10:01:11 +08:00
ci: Run govulncheck (#5790)
* feat(ci): check vuln Go mods in CI * fix(ci): correct directive for govulncheck * refactor(ci): move govulncheck to lint.yml * refactor(lint): move govulncheck to different job
This commit is contained in:
parent
1b73e3862d
commit
50cea4e263
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -50,3 +50,9 @@ jobs:
|
|||
|
||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||
# only-new-issues: true
|
||||
|
||||
govulncheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: govulncheck
|
||||
uses: golang/govulncheck-action@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user