We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e845f commit 1996784Copy full SHA for 1996784
test/bom.bats
@@ -70,9 +70,9 @@ EOF
70
run stacker build --substitute CENTOS_OCI=${CENTOS_OCI}
71
[ "$status" -ne 0 ]
72
# a full inventory for this image
73
- [ -f .stacker/artifacts/first/inventory.json ]
+ [ -f .stacker/artifacts/bom-parent/inventory.json ]
74
# sbom for this image shouldn't be generated
75
- [ ! -a .stacker/artifacts/first/first.json ]
+ [ ! -a .stacker/artifacts/bom-parent/first.json ]
76
# building a second time also fails due to missed cache
77
run stacker build
78
0 commit comments