You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have a mechanism in place to check for outdated dependencies via npm outdated and notify the team if updates are available (implemented in trivy.yml). While this is useful, it requires manual intervention to update dependencies. To streamline the process and reduce human intervention, we need to enhance the current workflow to automatically create a pull request (PR) when new versions of dependencies are available.
Set up a CI workflow that runs npm audit on every pull request to identify vulnerabilities in dependencies and ensure secure libraries are being used.
The text was updated successfully, but these errors were encountered: