[bitnami/*] Update SPDX test (#29007)

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
This commit is contained in:
Gonzalo Gómez Gracia
2023-04-03 09:25:48 +02:00
committed by GitHub
parent 10163f8d62
commit 6cf82d51ba

View File

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