github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/sbom-scanner-command.md (about)

     1  ####> This option file is used in:
     2  ####>   podman farm build
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--sbom-scanner-command**=*image*
     6  
     7  Generate SBOMs by running the specified command from the scanner image.  If
     8  multiple commands are specified, they are run in the order in which they are
     9  specified.  These text substitutions are performed:
    10    - {ROOTFS}
    11        The root of the built image's filesystem, bind mounted.
    12    - {CONTEXT}
    13        The build context and additional build contexts, bind mounted.
    14    - {OUTPUT}
    15        The name of a temporary output file, to be read and merged with others or copied elsewhere.