monad-developers/run soteria CLI
uses the soteria CLI to validate safe transaction hashes in JSON log files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Path to the directory containing JSON files to validate | yes | — |
| version | Version of Soteria to use (e.g., "v0.1.5" or "latest") | no | latest |
| github-token | GitHub token for API requests (to avoid rate limiting) | no | ${{ github.token }} |
| fail-on-error | Whether to fail the workflow if validation errors are found | no | true |
Outputs
| name | description |
|---|---|
| validation-result | The result of the validation (success or failure) |
| soteria-version | The version of Soteria that was used |