Skip to content

Commit

Permalink
chore(ci): add govulncheck step to depedency-review (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanth-Parthsarathy committed Mar 19, 2024
1 parent ba784aa commit 9692a68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependendy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
- id: govulncheck
name: 'Govulncheck'
uses: golang/govulncheck-action@3a32958c2706f7048305d5a2e53633d7e37e97d0 # v1.0.2
continue-on-error: true
with:
repo-checkout: false
cache: false

0 comments on commit 9692a68

Please sign in to comment.