An open API service indexing awesome lists of open source software.

https://github.com/advanced-security/codeql-extractor-iac

CodeQL Extractor, Library, and Queries for Infrastructure as Code
https://github.com/advanced-security/codeql-extractor-iac

Last synced: 14 days ago
JSON representation

CodeQL Extractor, Library, and Queries for Infrastructure as Code

Awesome Lists containing this project

README

          

CodeQL IaC Extractor, Libraries, and Queries

[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/advanced-security/codeql-extractor-iac)
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/advanced-security/codeql-extractor-iac/publish.yml?style=for-the-badge)](https://github.com/advanced-security/codeql-extractor-iac/actions/workflows/publish.yml?query=branch%3Amain)
[![GitHub Issues](https://img.shields.io/github/issues/advanced-security/codeql-extractor-iac?style=for-the-badge)](https://github.com/advanced-security/codeql-extractor-iac/issues)
[![GitHub Stars](https://img.shields.io/github/stars/advanced-security/codeql-extractor-iac?style=for-the-badge)](https://github.com/advanced-security/codeql-extractor-iac)
[![License](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)

> [!NOTE]
> This is **not** an official GitHub project and is not supported by the CodeQL team.
> This is a community project.
>
> ⚠️ **Important:** As of September 2025, this project **no longer supports Bicep or GitHub Actions scanning**. Please refer to the documentation for supported languages and frameworks.

## πŸš€ Overview

[CodeQL][codeql] Extractor, Library, and Queries for Infrastructure as Code.

## πŸ› οΈ Usage

```yaml
- name: Initialize and Analyze IaC
uses: advanced-security/codeql-extractor-iac@v0.5.1
```

**Note:** See full documentation on [Workflows][docs-workflows].

## πŸ“š Documentation

The [documentation for CodeQL IaC extractor can be found here][docs].

**Other Useful Links:**

- [Q&A][docs-qanda] ❓
- [Languages and Frameworks][docs-languages-and-frameworks] 🌐
- [Coverage][docs-coverage] πŸ“Š
- [Example Workflows][docs-workflows] πŸ“

## πŸ“„ License

This project is licensed under the terms of the MIT open source license.
Please refer to [MIT](./LICENSE.md) for the full terms.

To use this project for Infrastructure as Code, you will need to [use CodeQL][codeql] and follow all terms and conditions of the [CodeQL License][codeql-license].

For use in private repositories and code, you will need to [purchase a GitHub Advanced Security license][advanced-security].

## πŸ‘₯ Contributors



Mathew Payne
Mathew Payne

πŸ’» πŸ”¬ 🚧 πŸ›‘οΈ πŸ€”
Arthur Baars
Arthur Baars

πŸ’» πŸ€” πŸ§‘β€πŸ«
Edward Minnix III
Edward Minnix III

πŸ’» 🎨 πŸ€”
Joe Farebrother
Joe Farebrother

πŸ’» 🎨 πŸ€”
Viktor LindstrΓΆm
Viktor LindstrΓΆm

πŸ’»

## πŸ’¬ Support

Support is via [GitHub Issues][issues] or [GitHub Discussions][discussions].

[issues]: https://github.com/advanced-security/codeql-extractor-iac/issues
[discussions]: https://github.com/advanced-security/codeql-extractor-iac/discussions
[codeql]: https://codeql.github.com/
[codeql-license]: https://github.com/github/codeql-cli-binaries/blob/main/LICENSE.md
[advanced-security]: https://github.com/features/security
[docs]: ./docs
[docs-qanda]: ./docs/Q%26A.md
[docs-languages-and-frameworks]: ./docs/languages-and-frameworks.md
[docs-coverage]: ./docs/coverage.md
[docs-workflows]: ./docs/workflows.md