Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add artifact.build.pipeline.url.full to refer to an artifact build pipeline #1659

Open
garysassano opened this issue Dec 7, 2024 · 2 comments
Labels
enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage

Comments

@garysassano
Copy link

Area(s)

No response

Is your change request related to a problem? Please describe.

Introduce a new artifact.build.pipeline.url.full attribute similar to cicd.pipeline.task.run.url.full.

Describe the solution you'd like

In the context of AWS Lambda functions, deployment artifacts (such as zip files or OCI images) are often built in CI/CD pipelines. By having a reference to the pipeline run that produced the artifact, users can trace back to the exact source and build process. This information is valuable for debugging, compliance, and observability purposes.

Proposed Attribute

  • Attribute Name: artifact.build.pipeline.url.full
  • Type: String
  • Description: The URL of the pipeline run that built the artifact.

Describe alternatives you've considered

No response

Additional context

No response

@garysassano garysassano added enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage labels Dec 7, 2024
@adrielp
Copy link
Contributor

adrielp commented Jan 11, 2025

My first default reaction is that this scenario would use the cicd.* attributes on the event where this artifact was created instead of making a new attribute under the artifact namespace. I do think we are missing a cicd.pipeline.run.url.full attribute, and a cicd.pipeline.run.type, denoting it as a deployment/etc. Additionally, the attestation portion of building artifacts would also include similar information.

@garysassano
Copy link
Author

I do think we are missing a cicd.pipeline.run.url.full attribute

image

This attribute should belong to the artifact group as it relates to the pipeline where the artifact was built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants