Skip to content

Commit

Permalink
feat: add dependency review to cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed Jul 1, 2023
1 parent 247679c commit 46718d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
branches: [ "master" ]

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
with:
fail-on-severity: high
build-node-publish:
strategy:
fail-fast: false
Expand Down

0 comments on commit 46718d2

Please sign in to comment.