Add InfraScan CI workflow for IaC security and cost auditing#772
Open
igor-soldev wants to merge 1 commit into
Open
Add InfraScan CI workflow for IaC security and cost auditing#772igor-soldev wants to merge 1 commit into
igor-soldev wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new GitHub Actions workflow integrating InfraScan (
soldevelo/infrascan@v1.0.8) into theredirectioneazarepository.The workflow runs automatically 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/redirectioneaza-1833d9b7-ef48-4b94-840a-4fa94a9e4152
The scan evaluates infrastructure definitions across:
Why
The purpose of this change is to introduce continuous Infrastructure as Code security and cost auditing directly into the CI/CD pipeline.
InfraScan helps identify:
By running these checks automatically on every pull request and push, teams gain immediate visibility into infrastructure health and can address issues earlier in the development lifecycle.
The current scan results show a generally healthy infrastructure baseline, with relatively few high-severity findings. However, the scan also identified a container image with high-severity vulnerabilities and several IaC security findings, demonstrating the value of continuous automated validation.
Key Scan Results (InfraScan)
Overall Infrastructure Health
Grade: B (90.4%)
Total findings: 91
Cost Optimization
Grade: B (93.8%)
Findings: 11
IaC Security
Container Security
Recommendations
Value Provided by InfraScan