Skip to content

OSPS-Baseline

OSPS-Baseline #2

# Flags new vulnerable dependencies introduced on the PR diff (GitHub Advisory DB).
# See https://github.com/actions/dependency-review-action
name: Dependency Review
on:
pull_request:
branches: [main]
paths:
- "**/package.json"
- "**/package-lock.json"
- "pnpm-lock.yaml"
- "yarn.lock"
- ".github/workflows/dependency-review.yml"
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/dependency-review-action@v4