charu1603 / Ignyte-website

https://ignyte-website.vercel.app
9 stars 26 forks source link

[Feature]: add codeql workflow #23

Closed harmeetsingh11 closed 10 months ago

harmeetsingh11 commented 11 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

harmeetsingh11 commented 10 months ago

@charu1603 please assign me this issue.