Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

CodeQL Extractor, Library, and Queries for Infrastructure as Code

Awesome Lists containing this project

README

        

# codeql-extractor-iac

:warning: **This project is in early development and is not supported by GitHub or CodeQL** :warning:

[![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)

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

## Usage

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

**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

💻 🎨 🤔

## 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