Skip to content

Commit

Permalink
Add npm critical dependency check before merging to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouhajer-CO committed Dec 6, 2023
1 parent 81bf6a0 commit d08b9a0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Dependency Review

on:
push:
branches:
- main

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
fail-on-severity: critical

0 comments on commit d08b9a0

Please sign in to comment.