Skip to content

Commit

Permalink
Remove vulnerability check from dependency review
Browse files Browse the repository at this point in the history
- covered by govulncheck
  • Loading branch information
nckturner committed Nov 28, 2023
1 parent 5767b74 commit 39ab1ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
show-progress: false
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
with:
vulnerability-check: false
govulncheck:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 39ab1ca

Please sign in to comment.