Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.
Describe the Feature When building and running tern using podman as a non-root user, the following error occurs:
It is currently possible to get around this issue by running
sudo podman run --privileged
but it would be nice if this didn't need to be the case.