Skip to content

Commit

Permalink
chore(workflows): add js dependencies security check
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Feb 9, 2023
1 parent 9a9914c commit 627baf8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/security_js_dependencies_analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "[security] js dependency review"

on:
pull_request:
branches:
- main
- master

permissions:
contents: read

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

0 comments on commit 627baf8

Please sign in to comment.