stackfactor/StackFactor Interoperability
Publishes integrations and agents to StackFactor from repository configuration files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | StackFactor API authorization token | yes | — |
| api-url | StackFactor API base URL | yes | — |
| config-path | Path to the StackFactor configuration file (YAML) relative to repository root | no | config.yaml |
| publish | Whether to publish the integration after updating (true/false) | no | true |
| variables | JSON object of variables to substitute in config.yaml (replaces vars.NAME patterns) | no | {} |
| secrets | JSON object of secrets to substitute in config.yaml (replaces secrets.NAME patterns) | no | {} |
Outputs
| name | description |
|---|---|
| integration-id | The ID of the created or updated integration |
| status | The result status: created, updated, published, or failed |