Skip to content

Commit

Permalink
f17 testmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
m-1-k-3 committed Feb 4, 2025
1 parent 367e40e commit 7548921
Show file tree
Hide file tree
Showing 2 changed files with 642 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/F15_cyclonedx_sbom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ F15_cyclonedx_sbom() {
mapfile -t lCOMP_FILES_ARR < <(find "${SBOM_LOG_PATH}" -maxdepth 1 -type f -name "*.json" -not -name "unhandled_file_*" | sort -u)
if [[ "${SBOM_UNTRACKED_FILES}" -gt 0 ]]; then
mapfile -t lCOMP_FILES_ARR_UNHANDLED < <(find "${SBOM_LOG_PATH}" -maxdepth 1 -type f -name "unhandled_file_*.json" | sort -u)
lCOMP_FILES_ARR+=("${lCOMP_FILES_ARR_UNHANDLED[@]}")
lCOMP_FILES_ARR+=("${lCOMP_FILES_ARR_UNHANDLED[@]}")
fi

# as we can have so many components that everything goes b00m we need to build the
Expand Down
Loading

0 comments on commit 7548921

Please sign in to comment.