chore(scanner): default Android image pull to the bomlens name#158
Merged
Conversation
The bomlens-android-sdk30..35 images are now published (public, latest tag), so point the default Android image prefix at the featured bomlens name. The sbom-scanner-android-sdk<API> alias is still published from the same digest, so SBOM_FIRMWARE_IMAGE-style overrides and existing pulls keep working. This completes the package-name unification under the bomlens brand for the firmware and Android SDK images.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
#156에서 GHCR 패키지 이름을 BomLens 계열로 통일하면서, Android 기본 pull 대상도
bomlens-android-sdk로 바꿨다가 #157로 일시 되돌렸습니다. Android 이미지는 main push가 아니라 릴리스/태그/수동 디스패치에서만 푸시되어, 당시bomlens-android-sdk*패키지가 아직 없었기 때문입니다.이제
workflow_dispatch(push=true)로bomlens-android-sdk30~35를 발행했습니다. 6종 모두 생성됐고 가시성 public,latest태그 정상입니다.변경
source-detect.sh의ANDROID_IMAGE_PREFIX기본값을 featuredbomlens-android-sdk로 전환합니다. 기존sbom-scanner-android-sdk<API>는 같은 digest의 legacy alias로 계속 발행되므로 기존 pull과 오버라이드는 그대로 동작합니다.이로써 firmware와 Android SDK 보조 이미지의 BomLens 브랜드 통일이 완료됩니다.