matijazezelj/AIB Infra Scan

Scan IaC files with AIB and publish infrastructure graph/security reports.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 10, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: matijazezelj/aib@f1f6e86559576f819aceee3cd5a051528de42359 # v1.4.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathsNewline or comma separated paths to scan.no.
sourcesSource scanner(s): auto, terraform, terraform-plan, kubernetes, compose, cloudformation, pulumi, ansible. Comma separated.noauto
aib-versionAIB release tag to download, or 'source' to build from this action checkout.nosource
comment-prCreate or update a PR comment with the Markdown report.notrue
fail-onFail when findings exist at or above severity: none, critical, warning, info.nocritical
upload-artifactsUpload aib.db, aib-report.md, and aib-report.json as a workflow artifact.notrue
artifact-nameName for uploaded artifact.noaib-report
output-dirDirectory for generated reports.no.aib
baseline-reportOptional previous AIB JSON report path to diff against.no""
namedescription
findings-countTotal security findings.
critical-countCritical findings count.
warning-countWarning findings count.
info-countInfo findings count.
nodes-countGraph node count.
edges-countGraph edge count.
markdown-report-pathPath to the Markdown report.
json-report-pathPath to the JSON report.
added-assets-countAssets added compared with baseline-report.
removed-assets-countAssets removed compared with baseline-report.
changed-assets-countAssets changed compared with baseline-report.
added-findings-countFindings added compared with baseline-report.
resolved-findings-countFindings resolved compared with baseline-report.