-
Notifications
You must be signed in to change notification settings - Fork 734
Open
Labels
blockedProgress is being stopped by somethingProgress is being stopped by somethingbugSomething isn't workingSomething isn't working
Description
What happened: When using Syft to generate an SBOM from a .terraform.lock.hcl file, the resulting SBOM does not include purl (Package URL) values for the Terraform packages. The purl field is empty for all entries derived from the lock file.
What you expected to happen: Syft should populate the purl field for Terraform packages in the SBOM, similar to how it does for other ecosystems
Steps to reproduce the issue: Create a Terraform project and run terraform init to generate .terraform.lock.hcl.
Run Syft scan dir:. --scope AllLayers -o json> ./Syft-output.json
purl fields are empty for all Terraform packages.
Environment:
- Output of
syft version: syft_1.37.0_windows_amd64 - OS (e.g:
cat /etc/os-releaseor similar): windows
Metadata
Metadata
Assignees
Labels
blockedProgress is being stopped by somethingProgress is being stopped by somethingbugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog