chore: fix trivy ci workflow (#7023)

This commit is contained in:
Dean Sheather
2023-04-05 21:36:04 +00:00
committed by GitHub
parent 0167d76a7c
commit c18ed6197c
+3
View File
@@ -97,6 +97,9 @@ jobs:
restore-keys: |
js-${{ runner.os }}-
- name: Install sqlc
run: |
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
- name: Install yq
run: go run github.com/mikefarah/yq/v4@v4.30.6
- name: Install protoc-gen-go