ItIsOHM / gfi-notifier

https://gfi-notifier.vercel.app
MIT License
3 stars 8 forks source link

feat: add codeql workflow #14

Closed harmeetsingh11 closed 9 months ago

harmeetsingh11 commented 10 months ago

Is your feature request related to a problem? Please describe.

The repository contains code in javascript, it does not have workflow for code scanning.

Describe the solution you'd like

I aim to implement the CodeQL workflow to automate security checks. CodeQL, GitHub's code analysis engine, will identify vulnerabilities in the code and present the findings as code scanning alerts. This workflow will be activated for every push, commit, and pull request through GitHub Actions.

Record

ItIsOHM commented 10 months ago

That'd be a great addition to this project, @harmeetsingh11! Assigning this to you :)