You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for your excellent work on actions/attest! I’m new to supply chain security and am trying to understand how to incorporate SPDX SBOMs and licensing information into GitHub attestations using your GitHub Action. Most of my repositories are REUSE-compliant, and I’m trying to integrate the output of the reuse spdx command with attestations in GitHub.
If I’ve misunderstood anything, I apologize, and I’d greatly appreciate any guidance you can offer.
Questions:
How can I integrate the SPDX SBOM and license data generated by the reuse spdx command into GitHub attestations using actions/attest?
How can I generate and attach an SBOM using the npm sbom command and include it in a GitHub attestation using the in-toto format?
Is there a recommended workflow or example for integrating REUSE-generated SPDX data with GitHub's attestation framework?
I’d appreciate any examples or advice on how to use your tool in this context to ensure SPDX compliance and proper licensing documentation.