Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add CodeQL analysis workflow for enhanced security scanning #264

Closed
wants to merge 8 commits into from

Conversation

gto90
Copy link
Member

@gto90 gto90 commented Dec 22, 2024

Purpose

This PR adds a GitHub Actions workflow for CodeQL Advanced Security scanning to analyze our codebase for security vulnerabilities. The workflow:

  • Analyzes C++, Java-Kotlin, Python, and JavaScript code
  • Runs on push/PR to develop/master branches and weekly schedule
  • Uses manual build mode for C++ to ensure proper dependency installation
  • Uses appropriate build modes for other languages
  • Includes security-extended and security-and-quality query suites

The workflow helps identify potential security issues early in the development process through automated code scanning.

Testing done:

  • Verified C++ manual build steps match existing build process
  • Confirmed workflow triggers on PRs and pushes
  • Tested manual workflow dispatch
  • Validated CodeQL initialization and analysis steps

@gto90 gto90 self-assigned this Dec 22, 2024
@gto90 gto90 added the enhancement New feature or request label Dec 22, 2024
@gto90 gto90 closed this Dec 22, 2024
@gto90 gto90 deleted the feature/ci-codeql branch December 22, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant