Skip to content

Commit

Permalink
Disable vulncheck in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Nov 21, 2023
1 parent ed7283e commit 5b2138d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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
# TODO: https://git.vdb.to/cerc-io/laconicd/issues/115
# - name: "Go vulnerability check"
# run: make vulncheck
# if: env.GIT_DIFF

0 comments on commit 5b2138d

Please sign in to comment.