test: update container test args

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-01-20 16:10:19 +01:00
parent 585d349d0f
commit d1fe1f9df7

View file

@ -40,7 +40,7 @@ def test_container_manifest_generates_sbom(tmp_path, build_container):
"manifest",
"minimal-raw",
"--distro", "centos-9",
"--extra-artifacts=sbom",
"--with-sbom",
], stdout=subprocess.DEVNULL)
arch = platform.processor()
fn = f"centos-9-minimal-raw-{arch}/centos-9-minimal-raw-{arch}.image-os.spdx.json"