Skip to content

feat: Command Line Interface #102

feat: Command Line Interface

feat: Command Line Interface #102

name: Dependency Review
on:
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
# Fail the action if any vulnerable dependencies are found
fail-on-severity: moderate
# Allow licenses (customize as needed)
allow-licenses: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC