Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
CodeQL Extractor, Library, and Queries for Infrastructure as Code
- Host: GitHub
- URL: https://github.com/advanced-security/codeql-extractor-iac
- Owner: advanced-security
- License: mit
- Created: 2023-08-10T15:54:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T13:49:10.000Z (6 months ago)
- Last Synced: 2024-05-14T14:58:50.819Z (6 months ago)
- Language: CodeQL
- Size: 953 KB
- Stars: 32
- Watchers: 2
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-codeql - codeql-extractor-iac - CodeQL Extractors, Library, and Queries for Infrastructure as Code ( Terraform / HCL, JSON, YAML, Container files, Bicep ) (CodeQL Extractors)
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
💻 🔬 🚧 🛡️ 🤔
Arthur Baars
💻 🤔 🧑🏫
Edward Minnix III
💻 🎨 🤔
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