Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1338 - Updates dependencies to resolve [severe dependabot alerts](https://github.com/chanzuckerberg/cryoet-data-portal/security/dependabot?q=is%3Aopen+severity%3Ahigh) - Adds workflow for scanning dependencies in a PR ## Demos The dependency review workflow will scan the `pnpm-lock.yaml` file for every PR to determine if a PR is installing a vulnerable dependency. It's primarily used here to verify that the updated dependencies are no longer vulnerable, but in case a vulnerability is found, it will highlight it in the workflow summary. ### No vulnerabilities https://github.com/chanzuckerberg/cryoet-data-portal/actions/runs/12055691026?pr=1361 <img width="582" alt="image" src="https://github.com/user-attachments/assets/228a87fc-5ab0-4c51-82f8-60274e0a43b5"> ### Vulnerability found https://github.com/chanzuckerberg/cryoet-data-portal/actions/runs/12055761906?pr=1362 <img width="610" alt="image" src="https://github.com/user-attachments/assets/08d96fc5-161e-494c-8863-3a0afa751c24">
- Loading branch information