From 2ee96b72ea49bdd63a8eb9425c14f256beaae19f Mon Sep 17 00:00:00 2001 From: dudong2 Date: Fri, 6 Sep 2024 19:18:59 +0900 Subject: [PATCH] test: Comment out govulncheck --- .github/workflows/dependencies.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index aa8ea5fdf7..c75fd81ac1 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -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