https://github.com/tweag/codeql-wrapper-pipelines
Pipeline examples to run codeql anywhere using codeql-wrapper
https://github.com/tweag/codeql-wrapper-pipelines
actions azure-pipeline circleci harness jenkins
Last synced: 5 months ago
JSON representation
Pipeline examples to run codeql anywhere using codeql-wrapper
- Host: GitHub
- URL: https://github.com/tweag/codeql-wrapper-pipelines
- Owner: tweag
- License: mit
- Created: 2025-07-11T02:18:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T22:34:39.000Z (6 months ago)
- Last Synced: 2026-01-27T00:05:04.294Z (5 months ago)
- Topics: actions, azure-pipeline, circleci, harness, jenkins
- Language: Rust
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# CodeQL Wrapper - Pipeline Examples
A collection of pipeline examples demonstrating how to use the CodeQL Wrapper across different CI/CD platforms.
## Overview
This repository contains practical examples and templates for integrating the **CodeQL Wrapper** into various CI/CD pipelines. The CodeQL Wrapper is a universal Python CLI tool designed to run CodeQL analysis on any type of project (monorepo or single repository) across different CI/CD platforms including Jenkins, GitHub Actions, Harness, Azure Pipelines, and any environment where Python scripts can be executed.
## Supported Platforms
The CodeQL Wrapper has been implemented and tested on the following CI/CD platforms:
| Platform | Full Scan | Pull Request | Push |
|-----------------|-----------|--------------|------|
| GitHub Actions | ✅ | ✅ | ✅ |
| Azure Pipelines | ✅ | ✅ | ✅ |
| Circle CI | ✅ | ✅ | ✅ |
| Harness | ✅ | ✅ | ✅ |
| Jenkins | 🔄 | 🚧 | 🚧 |
**Legend:**
* ✅ Fully supported and tested
* 🔄 In development
* 🚧 To be implemented
## Documentation
For complete documentation, installation instructions, and advanced configuration options, visit the main CodeQL Wrapper repository:
**🔗 [CodeQL Wrapper Repository](https://github.com/ModusCreate-Perdigao-GHAS-Playground/codeql-wrapper)**
## Contributing
We welcome contributions! Please see the [contributing guidelines](CONTRIBUTING.md) for more information.
## Support
If you encounter any issues or have questions:
* Check the [main repository documentation](https://github.com/ModusCreate-Perdigao-GHAS-Playground/codeql-wrapper)
* Open an issue in this repository
* Contact the maintainers
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
***
**Note:** This repository contains pipeline examples only. For the actual CodeQL Wrapper tool, please visit the main repository linked above.
***
**Made with ❤️ by the Modus Create team**