Skip to content

Commit ddecd51

Browse files
committed
ci: add security action with govulncheck
1 parent 88fc6d4 commit ddecd51

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Security
2+
3+
on:
4+
pull_request:
5+
push:
6+
tags:
7+
- v*
8+
branches:
9+
- main
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
govulncheck:
16+
name: govulncheck
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4

0 commit comments

Comments
 (0)