Below you will find pages that utilize the taxonomy term “Fulgas”
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.10.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Checkov + Reviewdog GitHub Action automates security scanning for Infrastructure as Code (IaC) files such as Terraform, CloudFormation, and Kubernetes, using Checkov. It integrates with Reviewdog to provide inline feedback on pull requests, helping developers identify and address security issues directly within their workflows. This action simplifies the process of enforcing security best practices, offering configurable severity levels, filtering options, and streamlined execution via a pre-built Docker image.
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.9.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Checkov + Reviewdog GitHub Action automates Infrastructure as Code (IaC) security scanning using Checkov and integrates the results into pull requests via Reviewdog. It helps identify and address security issues in Terraform, CloudFormation, Kubernetes, and other IaC files, providing inline comments and configurable severity levels to streamline code review processes. This action simplifies workflow integration and enhances security compliance during development.
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.8.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Checkov + Reviewdog GitHub Action automates security scanning of Infrastructure as Code (IaC) files, such as Terraform, CloudFormation, and Kubernetes, using Checkov. It integrates with reviewdog to provide inline pull request comments, enabling developers to identify and address security issues directly within their workflow. This action streamlines IaC security checks and enhances collaboration by providing configurable severity levels and automated reporting.
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.7.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Checkov + Reviewdog GitHub Action” automates Infrastructure as Code (IaC) security scanning using Checkov and integrates results directly into pull requests via Reviewdog. It addresses the need for inline code review and automated security checks for Terraform, Kubernetes, CloudFormation, and other IaC files. Key capabilities include configurable severity levels, filtering options, and seamless integration into workflows with a pre-built Docker image for efficient execution.
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.3.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Checkov + Reviewdog GitHub Action” automates the process of scanning Infrastructure as Code (IaC) files (e.g., Terraform, CloudFormation, Kubernetes) for security vulnerabilities using Checkov and reports the findings directly to pull requests via Reviewdog. This action simplifies IaC security checks, streamlines code review, and provides configurable severity levels and inline comments for better collaboration during development. It is designed to easily integrate into CI/CD workflows.
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.2.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Checkov + Reviewdog GitHub Action” is a tool designed to scan Infrastructure as Code (IaC) files such as Terraform, Kubernetes, and CloudFormation for security vulnerabilities using Checkov, and report the results directly to pull requests via Reviewdog. It automates IaC security checks, integrates seamlessly into CI/CD workflows, and provides configurable inline feedback to developers, helping teams identify and address security issues efficiently. Key capabilities include severity level configuration, filter options, and a pre-built Docker image for faster execution.
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
2.1.0 (2025-11-30)
Features
- enhance action with comprehensive documentation and configurable tool name (3077648)
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.0.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
2.0.1 (2025-11-29)
Bug Fixes
- correct version replacement regex patterns to avoid overwriting content (914d2e5)
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v2.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
2.0.0 (2025-11-28)
- feat!: migrate to GHCR pre-built images with Dockerfile CI testing (3fca159)
BREAKING CHANGES
- The action now uses pre-built Docker images from GHCR for faster execution. The entrypoint receives inputs via environment variables (INPUT_*) instead of command-line arguments.
Changes:
- Update action.yml to use docker://ghcr.io/fulgas/reviewdog-action-checkov:1.2.0
- Switch from args-based to environment variable-based input handling
- Update CI workflow to build and test from Dockerfile before publishing
- Ensure all framework tests run against locally built images
- Update README with new usage patterns and development workflow
Benefits:
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v1.2.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
1.2.0 (2025-11-25)
Features
- update dependencies (fc51851)
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v1.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
1.1.0 (2025-11-22)
Features
- pin docker images (84521ec)
Run Checkov with reviewdog
Version updated for https://github.com/fulgas/reviewdog-action-checkov to version v1.0.4.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
1.0.4 (2025-11-22)
Bug Fixes
- add tests (017114b)