IEEE-VIT / templa-rs

One-Stop Solution for all boilerplate needs!
MIT License
28 stars 22 forks source link

chore: CI for scanning vulnerabilities #43

Closed sanjaybaskaran01 closed 3 years ago

sanjaybaskaran01 commented 3 years ago

Added CI for scanning vulnerabilities and reports to github security tab #6 , in pull requests github actions bot will comment the vulnerabilities that is present in the PR repo

Screenshots

On pull requests if the forked repo contained vulnerable packages then the github-actions bot will comment the following..

image

On pushes to the branch the following action occurs: image

It scans for vulnerable packages and updates in the github security tab incase any packages have been forcefully pushed. image image

Check the forked repo and the sample PRs

Suggestion: In addition to this please enable dependabot too! :smile: