From 16781af4c90491e7ae04277db29676c9edf74ead Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Fri, 20 Dec 2024 09:22:32 +0000
Subject: [PATCH] remove all attestation layers from AWS marketplace images
---
.github/workflows/build-plus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml
index 4c30c43d7..023adec1e 100644
--- a/.github/workflows/build-plus.yml
+++ b/.github/workflows/build-plus.yml
@@ -183,7 +183,7 @@ jobs:
load: false
push: ${{ inputs.authenticated }}
pull: true
- sbom: ${{ inputs.authenticated }}
+ sbom: ${{ inputs.authenticated && !contains(inputs.target, 'aws') }}
provenance: false
build-args: |
BUILD_OS=${{ inputs.image }}