-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Information about the images and their layers via properties is useful while generating SBoM for oci images. Trivy uses the following names.
- aquasecurity:trivy:LayerDigest
- aquasecurity:trivy:LayerDiffID
- aquasecurity:trivy:ImageID
Syft uses the following
- syft:location:0:layerID
- syft:location:1:layerID
Instead of requesting another one for cdxgen and other orgs, could we come up with something generic using "org.opencontainers" etc? Example:
- org.opencontainers.image.layer.digest
- org.opencontainers.image.layer.id
- org.opencontainers.image.id
jkowalleck and noqcks