mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
[bitnami/common] Update check-spdx test (#81929)
Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
4866352d63
commit
5d17fadce3
@@ -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' )
|
||||
mapfile -t files < <( find /bitnami "$BITNAMI_ROOT_DIR" -type f -name '.spdx-*.json' )
|
||||
|
||||
[[ ${#files[@]} -gt 0 ]]
|
||||
|
||||
Reference in New Issue
Block a user