Skip to content

Commit

Permalink
test: Comment out govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 6, 2024
1 parent 00f2588 commit 2ee96b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
if: env.GIT_DIFF
- name: "Go vulnerability check"
run: make vulncheck
if: env.GIT_DIFF
# Comment out
# There is no option for skipping cosmos-sdk, go-ethereum, etc. in govulncheck
# - name: "Go vulnerability check"
# run: make vulncheck
# if: env.GIT_DIFF

0 comments on commit 2ee96b7

Please sign in to comment.