Merge pull request #795 from andyzhangx/fix-trivy
test: fix trivy and codespell github action failure
This commit is contained in:
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@@ -12,4 +12,4 @@ jobs:
|
|||||||
- uses: codespell-project/actions-codespell@master
|
- uses: codespell-project/actions-codespell@master
|
||||||
with:
|
with:
|
||||||
check_filenames: true
|
check_filenames: true
|
||||||
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh
|
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./client/vendor
|
||||||
|
2
.github/workflows/trivy.yaml
vendored
2
.github/workflows/trivy.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Install go
|
- name: Install go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: ^1.16
|
go-version: ^1.19
|
||||||
|
|
||||||
- name: Build images from Dockerfile
|
- name: Build images from Dockerfile
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user