Skip to content

Commit ac15ede

Browse files
committed
ci: add govulncheck
1 parent 61fcfbd commit ac15ede

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/govulncheck.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
pull_request:
3+
schedule:
4+
# 5:11 every Monday
5+
- cron: '11 5 * * 1'
6+
push:
7+
branches:
8+
- main
9+
10+
jobs:
11+
govulncheck:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: golang/govulncheck-action@v1

0 commit comments

Comments
 (0)