codewdhruv/Capture Artifact Information
Captures comprehensive artifact metadata including build context, repository info, and artifact details for CI/CD workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-name | Name of the artifact | yes | — |
| artifact-location | Location/path of the artifact (file path, directory, or identifier) | yes | — |
| artifact-tag | Tag or version of the artifact (e.g., v1.0.0, latest, commit-sha) | no | latest |
| output-format | Output format for metadata file - json, yaml, or env | no | json |
| output-file | Output file name (without extension) | no | artifact-info |
Outputs
| name | description |
|---|---|
| artifact-info | Complete artifact information in JSON format |
| output-file-path | Path to the generated metadata output file |