2363186247/Table Change Guard
Block destructive or high-magnitude changes between two CSV files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Aug 13, 2026
- License
- MIT
Pinned Snippet
uses: 2363186247/table-change-guard@b4ede1e6c2ad65152d946f2d6de0c33d0fa01eff # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Path to the baseline CSV file in the checked-out repository. | yes | — |
| head | Path to the candidate CSV file in the checked-out repository. | yes | — |
| policy | Path to the Table Change Guard JSON policy. | yes | — |
Outputs
| name | description |
|---|---|
| passed | true when every configured guardrail passed; otherwise false. |
| violations | Number of blocking findings. |
| added | Number of added rows with unambiguous keys. |
| removed | Number of removed rows with unambiguous keys. |
| changed | Number of changed rows with unambiguous keys. |