srivastavaritik / Extraspace-Cloud

A cloud where users can make folders, upload all types of files and links, making it easier to keep everything organised and secure with security of Google's Firebase.
https://extraspace-cloud.netlify.app
MIT License
27 stars 48 forks source link

[FEATURE REQUEST]: add codeql workflow #168

Open harmeetsingh11 opened 1 year ago

harmeetsingh11 commented 1 year 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 briefly how you would implement this enhancement.

I will add the codeql.yml workflow to automate security checks. CodeQL is the code analysis engine developed by GitHub to identify vulnerabilities in code. It will analyze your code and display the results as code scanning alerts. It will be enabled on every push, commit and pull request using GitHub actions.

Code of Conduct

By submitting this issue, you agree to follow our Code of Conduct.