A GitHub Action for detecting vulnerable dependencies and invalid licenses in your PRs
Browse cluster: Haskell tooling and libraries →dependency-review-action is a GitHub Action built in TypeScript and Node.js that scans pull requests for dependency changes, raising errors if vulnerabilities or invalid licenses are introduced. It queries the GitHub Dependency Review API to evaluate changes against configured rules for severity thresholds, license compliance, and package restrictions, and produces job summaries and PR comments with the results. The action is maintained by GitHub and supports both standard public and private repositories with GitHub Advanced Security, as well as GitHub Enterprise Server deployments.