step-security/RunReveal Detection Sync
Synchronizes local detection rule files with a RunReveal workspace using the RunReveal CLI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | API token for authenticating with RunReveal. Must have permission to manage detections. | yes | — |
| workspace | Unique identifier of the RunReveal workspace that will receive the detection updates. | yes | — |
| directory | Path to the local directory containing detection files to synchronize. | yes | ./ |
| dry-run | When set to true, validates detections without applying changes. Useful for PR checks. | no | false |
| github-token | Token used to post PR comments when a dry-run validation fails. Defaults to the workflow token. | no | ${{ github.token }} |
Outputs
no outputs