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

Artifact attestation #987

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Conversation

praveen5959
Copy link
Contributor

@praveen5959 praveen5959 commented Nov 11, 2024

Description

  • Updated permissions for build jobs to include id-token: write, contents: read, and attestations: write to enable artifact attestation.
  • Added a step in each build job (Linux, Windows, Mac) to generate artifact attestation using actions/attest-build-provenance@v1 after the binary is built and renamed.
  • Ensures build provenance for binaries is included in releases for enhanced security and traceability.

Fixes #772

This PR has:

  • been tested to ensure log ingestion and log query works.
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added documentation for new or modified features or behaviours.

@nitisht nitisht merged commit d361b69 into parseablehq:main Nov 11, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion: Please sign your releases
2 participants