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

feat(ci/SEC-1085): slsa sbom and provenance generation #37

Merged
merged 2 commits into from
May 20, 2024

Conversation

saisatishkarra
Copy link

@saisatishkarra saisatishkarra commented May 17, 2024

Summary

  • SBOM is produced by detecting any supported packages within the ${{github.repository}}. Ex: yarn.lock
  • No Distro specific packages / deps are tracked in the SBOM
  • Provenance is published using npm due to issue #5430

TODO

  • identify any drift for missing packages / libraries in the SBOM:
    • package managers
    • source binaries
    • yarn global cache
    • node-gyp
    • libcurl
  • Refactor to storing build tooling in a directory relative to ${{github.repository}} for Syft catalogers to avoid parsing complete filesystem ""

References

@saisatishkarra
Copy link
Author

@jackkav / @filfreire I have been able to fix mac-os build failure issue and produce an initial sbom as discussed. Please review and we can iterate to optimize it.

I haven't made the switch to use npm instead of yarn

@filfreire filfreire merged commit c933750 into Kong:develop May 20, 2024
9 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.

2 participants