Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Automate NPM Dependency Upgrades and PR Creation Workflow #205

Open
cb7chaitanya opened this issue Oct 3, 2024 · 3 comments · May be fixed by #210
Open

[FEAT] Automate NPM Dependency Upgrades and PR Creation Workflow #205

cb7chaitanya opened this issue Oct 3, 2024 · 3 comments · May be fixed by #210
Assignees

Comments

@cb7chaitanya
Copy link
Collaborator

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.

@Prakash-Raut
Copy link

Can i work on this ?

@cb7chaitanya
Copy link
Collaborator Author

Sure, go ahead
Assigned @Prakash-Raut

@cb7chaitanya cb7chaitanya changed the title [FEAT] Implement Automated Dependency Audits [FEAT] Automate NPM Dependency Upgrades and PR Creation Workflow Oct 3, 2024
@cb7chaitanya
Copy link
Collaborator Author

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.

@Prakash-Raut

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants