There is additional metadata that can be provided to a Docker image. Namely, build attestations: https://docs.docker.com/build/metadata/attestations/
Something like
docker buildx build --sbom=true --provenance=true .
Is it possible to add this kind of metadata to an image using Dagger?