open-xyz / xmail

Simple, modern, lightweight & fast web-based email client.
GNU General Public License v3.0
7 stars 19 forks source link

feat: Implement CodeQL workflow for `TypeScript` #32

Open harmeetsingh11 opened 1 month ago

harmeetsingh11 commented 1 month ago

Describe your improvement idea or feature request

The repository contains code in TypeScript , it does not have workflow for code scanning.

How would you like to see it implemented?

I propose integrating a CodeQL workflow to automate security checks. Leveraging GitHub's code analysis engine, CodeQL will detect vulnerabilities within the codebase and report them as code scanning alerts. This workflow will be triggered automatically for every push, commit, and pull request via GitHub Actions.

Would you like to work on this issue?

Yes

Record