OSPS-Baseline #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |