[bitnami/common] Update SPDX common test (#82086)

Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com>
This commit is contained in:
Gonzalo Gómez Gracia
2025-06-06 11:19:35 +02:00
committed by GitHub
parent 3c64f3cbff
commit aee0bd6c82

View File

@@ -6,6 +6,6 @@ set -o errexit
set -o nounset
set -o pipefail
mapfile -t files < <( find /bitnami "$BITNAMI_ROOT_DIR" -type f -name '.spdx-*.json' )
mapfile -t files < <( find /bitnami "$BITNAMI_ROOT_DIR" -type f -name '.spdx-*.spdx' )
[[ ${#files[@]} -gt 0 ]]