mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/common] Update SPDX common test (#82086)
Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
3c64f3cbff
commit
aee0bd6c82
@@ -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 ]]
|
||||
|
||||
Reference in New Issue
Block a user