Skip to content

Commit

Permalink
chore(ci): add govulncheck step to depedency-review
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanth-Parthsarathy committed Mar 15, 2024
1 parent d20d4ca commit d174d4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependendy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ 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
with:
repo-checkout: false
cache: false

0 comments on commit d174d4c

Please sign in to comment.