dashroshan / openvpn-wireguard-admin

🔐 Install OpenVPN or WireGuard with a web admin panel using just a single line of command
GNU General Public License v3.0
144 stars 27 forks source link

Feat: add codeql workflow for `python` and `javascript` #24

Open harmeetsingh11 opened 1 month ago

harmeetsingh11 commented 1 month ago

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