From aeff21358b9870354e8bb0355538793b7ec26f5d Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Fri, 10 May 2024 16:21:05 +0000 Subject: [PATCH] test: fix failing nightly test With latest stacker-bom (v0.0.7) included, all bom enabled layers must set their annotations. Signed-off-by: Ramkumar Chinchani --- test/bom.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/bom.bats b/test/bom.bats index 1905c6c9..1d960b66 100644 --- a/test/bom.bats +++ b/test/bom.bats @@ -391,6 +391,10 @@ first: touch /pkg1/file mkdir -p /pkg2 touch /pkg2/file + annotations: + org.opencontainers.image.authors: bom-test + org.opencontainers.image.vendor: bom-test + org.opencontainers.image.licenses: MIT second: from: