Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 337 Bytes

File metadata and controls

14 lines (9 loc) · 337 Bytes

CodeQL Code Scanning

CrystalCastle uses GitHub's CodeQL for automated security scanning in CI/CD pipelines.

Setup

CodeQL scanning is configured via:

  • .github/workflows/codeql.yml — Automated scanning on push/PR
  • Supported languages: JavaScript, TypeScript, Python

Running CodeQL Locally

npm run codeql:analyze