Skip to content

Commit

Permalink
fix: update dep-cve-check target in Actions file
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jul 26, 2023
1 parent 5c70b55 commit 3951495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: make security-check

- name: Check dependencies
run: make dep-check-cve
run: make dep-cve-check

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3951495

Please sign in to comment.