Arbtrage / Enigma

A Github App that executes and comments the code present in the Pull Request's diff .
https://github.com/apps/enigma-code-bot
ISC License
3 stars 6 forks source link

[Feature]: add codeql workflow #7

Closed harmeetsingh11 closed 7 months ago

harmeetsingh11 commented 7 months ago

Description

Is your feature request related to a problem? Please describe.

The repository contains code in 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.

Checklist

Arbtrage commented 7 months ago

Sure , here you go @harmeetsingh11