ourbando/railward
Run the railward adversary against your policy and fail the build if anything leaks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| policy | Path to your policy YAML. | no | examples/safe.yaml |
| python-version | Python to run the gate on. | no | 3.12 |
Outputs
| name | description |
|---|---|
| total | Number of attacks in the adversary. |
| blocked | Number of attacks blocked. |
| leaked | Number of attacks that leaked (build fails if greater than zero). |