test: update container test args
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
585d349d0f
commit
d1fe1f9df7
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def test_container_manifest_generates_sbom(tmp_path, build_container):
|
||||||
"manifest",
|
"manifest",
|
||||||
"minimal-raw",
|
"minimal-raw",
|
||||||
"--distro", "centos-9",
|
"--distro", "centos-9",
|
||||||
"--extra-artifacts=sbom",
|
"--with-sbom",
|
||||||
], stdout=subprocess.DEVNULL)
|
], stdout=subprocess.DEVNULL)
|
||||||
arch = platform.processor()
|
arch = platform.processor()
|
||||||
fn = f"centos-9-minimal-raw-{arch}/centos-9-minimal-raw-{arch}.image-os.spdx.json"
|
fn = f"centos-9-minimal-raw-{arch}/centos-9-minimal-raw-{arch}.image-os.spdx.json"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue