Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docker/lib/source-detect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@

CDXGEN_TAG="${CDXGEN_TAG:-v12}" # cdxgen language image tag
CDXGEN_ALLINONE="${CDXGEN_ALLINONE:-ghcr.io/cyclonedx/cdxgen:v12.5.0}"
# Default to the sbom-scanner-android-sdk name: Android images publish only on
# release (not main pushes), so the featured bomlens-android-sdk images do not
# exist until the next release. The two names share the same digest; flip this
# default to bomlens-android-sdk once those images are published.
ANDROID_IMAGE_PREFIX="${ANDROID_IMAGE_PREFIX:-ghcr.io/sktelecom/sbom-scanner-android-sdk}"
ANDROID_IMAGE_PREFIX="${ANDROID_IMAGE_PREFIX:-ghcr.io/sktelecom/bomlens-android-sdk}" # legacy alias: sbom-scanner-android-sdk (same digest)
ANDROID_API_DEFAULT="${ANDROID_API_DEFAULT:-34}"
# cdxgen does not resolve dependency licenses by default, leaving the SBOM (and
# the NOTICE derived from it) without license data. FETCH_LICENSE=true makes
Expand Down
Loading