2363186247/Table Change Guard

Block destructive or high-magnitude changes between two CSV files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Aug 13, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: 2363186247/table-change-guard@b4ede1e6c2ad65152d946f2d6de0c33d0fa01eff # v0.1.0

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

namedescriptionrequireddefault
basePath to the baseline CSV file in the checked-out repository.yes
headPath to the candidate CSV file in the checked-out repository.yes
policyPath to the Table Change Guard JSON policy.yes
namedescription
passedtrue when every configured guardrail passed; otherwise false.
violationsNumber of blocking findings.
addedNumber of added rows with unambiguous keys.
removedNumber of removed rows with unambiguous keys.
changedNumber of changed rows with unambiguous keys.