step-security/Dust GitHub Action
Send data to your Dust workspace from GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| method | Action to perform (upsert-skills, upsert-agent-configs) | yes | — |
| workspace-id | Dust workspace ID | yes | — |
| api-key | Dust API key | yes | — |
| region | Dust workspace region (EU or US) | yes | — |
| agent-configs | [upsert-agent-configs] List of glob patterns matching YAML agent configuration files | no | — |
Outputs
| name | description |
|---|---|
| json | Raw JSON response from the Dust API |
| imported | Number of newly imported items |
| updated | Number of updated items |