alpamayo-solutions/Publish Alpamayo Intelligence version
Publish a component version (and optional SBOM/artifacts) to Alpamayo Intelligence.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Base URL of the Alpamayo Intelligence API, for example https://intelligence.example.com. | yes | — |
| token | Publisher token as <token_key>.<secret>, created with `alp admin versioning publisher-token-create`. Sent as a Bearer credential. | yes | — |
| project-id | Project ID that owns the component (used to upload artifact files). | yes | — |
| feed | VersionFeed ID to publish to. The publisher must be allowlisted for it. | yes | — |
| version | Version label to publish. | yes | — |
| origin-external-id | Stable external identity for this version (e.g. the tag or pipeline run id). Defaults to the version label. | no | "" |
| source-kind | Version source kind — git, object, or observed. | no | git |
| external-ref | Source reference that produced the version, such as a tag or branch. | no | "" |
| commit-sha | Resolved immutable commit SHA. | no | "" |
| object-key | Object-storage key for the version's primary content (for source-kind=object). | no | "" |
| artifact-kind | Kind for uploaded artifact files (sbom, signature, scan_report, ...). | no | sbom |
| artifact-file | Local artifact file path to upload and attach. | no | "" |
| artifact-files | Newline-separated local artifact file paths or glob patterns to upload. | no | "" |
| artifact-label | Optional human-readable artifact label. | no | "" |
Outputs
no outputs