PradyumnaKrishna / enigma-protocol

An end to end encrypted messenger using Flask, SocketIO, and Vue.js
https://protocol.onpy.in
MIT License
20 stars 34 forks source link

[Feature Request]: add codeql workflow #58

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 python, go and javascript, it does not have workflow for code scanning.

Describe the solution you'd like

I want to add the codeql 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.

Record

PradyumnaKrishna commented 11 months ago

CodeQL is already present for python, we are not supporting golang as of now. You are welcome to add codeql to client CI on pushes and pull request both.