GoogleContainerTools / GoogleContainerTools/jib
How to pass the provenance and sbom parameters for Image building?
Open
priority: p3
question
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
How to pass the provenance and sbom parameters for Image building?
In docker this is achieved using:
docker buildx build --provenance=true --sbom=true -t IMAGE_NAME:TAG --push .
How to do that using Jib?
Contributor guide
Assessment
This issue has not been assessed yet.