Skip to content

Commit

Permalink
Merge pull request #179 from atc0005/i170-update-govulncheck-version-…
Browse files Browse the repository at this point in the history
…listing-logic

Update govulncheck version listing logic
  • Loading branch information
atc0005 authored Feb 22, 2024
2 parents 6e9c457 + 2103b43 commit 555434c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ jobs:

- name: Analyze source code
run: |
echo "govulncheck version $(go version -m $(which govulncheck) | awk '$1 == "mod" { print $3 }')"
govulncheck --version
govulncheck -json ./...

0 comments on commit 555434c

Please sign in to comment.