Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f72d8e9

Browse files
authored
fix(ci): add mockgen to trivy scan (coder#7655)
1 parent 02cc325 commit f72d8e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.17.2/sqlc_1.17.2_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
103103
- name: Install yq
104104
run: go run github.com/mikefarah/yq/[email protected]
105+
- name: Install mockgen
106+
run: go install github.com/golang/mock/[email protected]
105107
- name: Install protoc-gen-go
106108
run: go install google.golang.org/protobuf/cmd/[email protected]
107109
- name: Install protoc-gen-go-drpc

0 commit comments

Comments
 (0)