openvpn-wireguard-admin
openvpn-wireguard-admin copied to clipboard
Feat: add codeql workflow for `python` and `javascript`
Describe the feature
The repository contains code in python
and 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
- [X] I agree to follow this project's Code of Conduct
- [X] I'm a GSSoC'24 contributor
- [X] I want to work on this issue