prathimacode-hub / IoT-Spot

πŸ’‘An amazing spot of 80+ projects to step your foot into this ocean of "Internet Of things". Dive deep and explore the fiesta of electronics. Broaden your vision at a single go.πŸ˜Žβœ”
https://prathimacode-hub.github.io/IoT-Spot/
Mozilla Public License 2.0
113 stars 93 forks source link

Feature: add codeql workflow for `C++` ,`javascript` and `python` #355

Open harmeetsingh11 opened 5 months ago

harmeetsingh11 commented 5 months ago

Describe your improvement idea or feature request

The repository contains code in C++, javascript and python , it does not have workflow for code scanning.

How would you like to see it implemented?

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.

Would you like to work on this issue?

Yes

By submitting this issue, I have confirmed that: