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.
Thank you again for your support!
The text was updated successfully, but these errors were encountered:
I don't have experience with the reuse CLI, but anything which outputs a standard SPDX or CycloneDX JSON-encoded SBOM should be fairly easy to integrate with the attest-sbom action. That action will take an SBOM, wrap it in the appropriate in-toto format, and then attest it.
Have a look at the examples in the readme and lemme know if you still have usage questions.
Hi actions/attest team,
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 thereuse spdx
command with attestations in GitHub.If I’ve misunderstood anything, I apologize, and I’d greatly appreciate any guidance you can offer.
Questions:
reuse spdx
command into GitHub attestations usingactions/attest
?npm sbom
command and include it in a GitHub attestation using the in-toto format?I’d appreciate any examples or advice on how to use your tool in this context to ensure SPDX compliance and proper licensing documentation.
Thank you again for your support!
The text was updated successfully, but these errors were encountered: