Skip to content

Commit 6761729

Browse files
committedAug 28, 2024
adding govulncheck
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 parent 36ae516 commit 6761729

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/build-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ jobs:
2424
run: make test-coverage
2525
- name: Test build
2626
run: make build
27+
- name: Run govulncheck
28+
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # pin@1.0.3
29+
with:
30+
go-version-input: 1.22.0
31+
go-package: ./..

0 commit comments

Comments
 (0)
Please sign in to comment.