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
Grant consumes syft as it's default SBOM generator when users don't bring their own bill of material. This issue is a placeholder to incorporate changes in syft where source analysis of Golang programs is done by reading the entrypoint and building a dependency tree parsed from import statements in the different files.
AST (Abstract syntax tree) analysis of the source is objectively better than leveraging the go mod which has limitations of including licenses that might not be linked against the the final binary.
The text was updated successfully, but these errors were encountered:
spiffcs
changed the title
Update default SBOM configuration to improve source detection for Golang code
feat: ppdate default SBOM configuration to improve source detection for Golang code
Feb 5, 2024
spiffcs
changed the title
feat: ppdate default SBOM configuration to improve source detection for Golang code
feature: update default SBOM configuration to improve source detection for Golang code
Feb 5, 2024
Grant consumes syft as it's default SBOM generator when users don't bring their own bill of material. This issue is a placeholder to incorporate changes in syft where source analysis of Golang programs is done by reading the entrypoint and building a dependency tree parsed from import statements in the different files.
AST (Abstract syntax tree) analysis of the source is objectively better than leveraging the go mod which has limitations of including licenses that might not be linked against the the final binary.
The text was updated successfully, but these errors were encountered: