Skip to content

Commit 7c8a258

Browse files
committed
ci: add govulncheck
Signed-off-by: Jason Hall <[email protected]>
1 parent 83589fd commit 7c8a258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
go-version: ${{ matrix.go-version }}
2222
check-latest: true
2323

24+
- uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # v1
25+
2426
- run: |
2527
go build ./...
2628
go test -run=^$ ./...

0 commit comments

Comments
 (0)