akshitagupta15june / Face-X

Demonstration of different algorithms and operations on faces. Star the repo⭐
https://discord.gg/QapWBRZbVe
MIT License
718 stars 596 forks source link

Feat: add codeql workflow #1551

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 python, 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

github-actions[bot] commented 1 year ago

Hello @harmeetsingh11, Thank you for generating an issue to this project! Please wait while we get back to you.

akshitagupta15june commented 1 year ago

Go for it