Skip to content

Commit

Permalink
ci: add dependency review workflow (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Aug 16, 2022
1 parent 7819f72 commit 9a494d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ jobs:
ci:
uses: ./.github/workflows/ci.yml

dependency-review:
name: Security check of added dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Dependency review
uses: actions/dependency-review-action@v2

diff-npm-package:
name: Diff content of NPM package
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9a494d9

Please sign in to comment.