Skip to content

Conversation

addaleax
Copy link
Collaborator

@addaleax addaleax commented Jun 11, 2024

Created asset groups manually via:

for group in darwin-x64 darwin-arm64 linux-x64 linux-x64-openssl11 linux-x64-openssl3 linux-arm64 linux-arm64-openssl11 linux-arm64-openssl3 linux-ppc64le linux-s390x win32; do
  docker run --platform="linux/amd64" -it --rm -v ${PWD}:/pwd \
    --env-file silkbomb.env \
    artifactory.corp.mongodb.com/release-tools-container-registry-public-local/silkbomb:1.0 \
    asset-group --asset-cmd create --silk-asset-group mongosh-${group} \
    --branch "main" \
    --file-paths "*" \
    --name "MongoDB Shell ${group}" \
    --repo "mongodb-js/mongosh"
done

(https://docs.devprod.prod.corp.mongodb.com/mms/python/src/sbom/silkbomb/docs/commands/ASSET_GROUPS)

@addaleax addaleax changed the title fix(ci): switch to augmented SBOM integration with Silk MONGOSH-1773 fix(ci): adopt augmented SBOM integration with Silk MONGOSH-1773 Jun 13, 2024
@addaleax addaleax marked this pull request as draft June 13, 2024 17:20
@addaleax addaleax marked this pull request as ready for review June 14, 2024 10:50
@addaleax addaleax merged commit 8789106 into main Jun 20, 2024
@addaleax addaleax deleted the 1773-dev branch June 20, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants