-
Notifications
You must be signed in to change notification settings - Fork 0
[CI] Add CodeQL security scanning #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codepriority mediumPlanned enhancement. Queue for upcoming work.Planned enhancement. Queue for upcoming work.
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codepriority mediumPlanned enhancement. Queue for upcoming work.Planned enhancement. Queue for upcoming work.
Problem
No static security analysis runs on the repository. Potential vulnerabilities in dependencies or source code go undetected.
Proposed Solution
Add `.github/workflows/codeql.yml` using CodeQL Advanced, analyzing the `javascript-typescript` language pack.
Suggested Approach
Use `github/codeql-action` with `languages: [javascript-typescript]`. Schedule weekly scans in addition to push/PR triggers.
Acceptance Criteria