Add InfraScan CI workflow for IaC security and cost auditing - #264
Add InfraScan CI workflow for IaC security and cost auditing#264igor-soldev wants to merge 1 commit into
Conversation
|
Hi team, I wanted to quickly follow up on this PR, and share the latest updated InfraScan audit metrics for the The updated interactive web report is available here: Here is the visual summary from the latest scan dashboard:
While our cost efficiency is looking solid at a 'B' grade, the report highlights room for improvement in IaC Security (Grade C with 245 medium violations). Integrating this pipeline check will serve as a continuous automated safeguard, flagging both budget leaks and security misconfigurations early on during code review. All 3 CI status checks are passing successfully. Could a maintainer please review and approve the workflow? Thank you! |

What
This PR introduces a new GitHub Actions workflow integrating InfraScan (
soldevelo/infrascan@v1.0.8) into thehyperswitch-suiterepository.The workflow runs on every
pushandpull_request, performs a comprehensive Infrastructure as Code (IaC) scan, generates an HTML report, and uploads it as a GitHub Actions artifact for later review.🔎 Web report:
https://infrascan.soldevelo.com/report/hyperswitch-suite-7e5a334f-4ac5-410c-9964-e4e90e0875a3
The scan evaluates Terraform-based infrastructure across:
Why
The goal of this change is to introduce continuous Infrastructure as Code security and cost auditing directly into the CI/CD pipeline.
InfraScan enables early detection of:
This improves infrastructure visibility and supports a shift-left approach, reducing risk and improving maintainability before changes reach production.
The current scan results indicate a moderate number of findings, especially in IaC security (medium-severity issues), highlighting the value of automated and continuous infrastructure validation.
Key Scan Results (InfraScan)
Overall Infrastructure Health
Cost Optimization
IaC Security
Container Security