Skip to content

Commit

Permalink
Merge pull request #246 from SAP/ntnn-patch-1
Browse files Browse the repository at this point in the history
Use govulncheck action instead of latest binary
  • Loading branch information
cb80 authored Sep 8, 2023
2 parents b0a0854 + dedc3a8 commit 6310ea6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
only-new-issues: ${{ github.head_ref != '' }}

- name: Check for go vulnerabilities
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck -v -test ./...
uses: golang/govulncheck-action@v1

generate-required:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6310ea6

Please sign in to comment.