Add InfraScan CI workflow for IaC security and cost auditing - #242
Add InfraScan CI workflow for IaC security and cost auditing#242igor-soldev wants to merge 1 commit into
Conversation
|
Hi @hanazuki , Thanks for taking a look at the PR. I noticed it was closed without any comments, so I was wondering if you could share the reason behind that decision. Was the concern related to the proposed infrastructure optimization findings, or is it more that you don't want an additional CI/CD tool integrated into the repository? If it's the latter, I completely understand. My intention wasn't necessarily to enforce a new workflow, but rather to demonstrate the value of automated infrastructure auditing. The optimization suggestions themselves (security, cost, and configuration insights) could still be useful even without integrating the GitHub Action. I'd really appreciate any feedback, as it will help me better understand what wasn't a good fit for this repository. Thanks! |
|
At least we don’t consider tools valuable as spamming PRs for introduction considered agressive marketing strategy. Also the recent increased risk of supply chain security, we need to take a closer look on every dependency we use. The risk is even higher if it brought by someone outside of the team. |
Summary
This PR introduces a new GitHub Actions workflow integrating InfraScan, an open-source Infrastructure as Code (IaC) security and cost auditing tool by SolDevelo.
The workflow automatically executes on every
pushandpull_request, providing the engineering team with clear visibility into code-level cloud waste, security vulnerabilities, and infrastructure posture shifts before changes hit production.An initial comprehensive baseline scan has been run over the codebase, scanning 518 infrastructure resources.
🔗 View Full Interactive Audit Report
📊 Baseline Infrastructure Metrics
💰 Cost Savings Potential
🔍 Key Areas for Improvement
🛠️ Changes Implemented
.github/workflows/infrascan.ymlutilizingsoldevelo/infrascan@v1.0.9.comprehensivefor deeply inspecting structural definitions.