From 9e003698bdc59defc16149e29a56e2148fc83ba7 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Fri, 10 May 2024 09:58:58 -0700 Subject: [PATCH] test: fix failing nightly test (#619) 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: