Skip to content

Commit

Permalink
ci: run govulncheck to find vulnerable dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Aug 2, 2023
1 parent e1c24b9 commit 80530df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
# see https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648 for output
args: --config=.golangci.yml --verbose --out-${NO_FUTURE}format colored-line-number
skip-cache: true
- name: govulncheck
uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13
with:
go-version: '1.20.7'
go-package: './...'
- name: Build
run: |
go build ./...
Expand Down

0 comments on commit 80530df

Please sign in to comment.