We are looking to create SBOMs using syft (https://github.com/anchore/syft) docker image. We have created RUN step which uses the syft image and bash shell to run the syft command. It keeps failing with 'exec: "bash": executable file not found in $PATH'.
We have run syft docker image locally and it runs fine.
'docker run anchore/syft:v0.86.1 packages registry:containerregistry/abc/xyz-image:0.0 -o spdx-tag-value'
syft image is based on scratch with no sh or bash. We need to be able to use an image in CI step which doesnt have any shell
Created by lijo.jacob
·