PYTHON-5141 Update SBOM usage for Kondukto#73
Merged
blink1073 merged 9 commits intomongodb-labs:mainfrom Feb 20, 2025
Merged
Conversation
fetsko
commented
Feb 18, 2025
sbom/action.yml
Outdated
| run: | | ||
| set -eux | ||
| if [ -n "${{ inputs.kondukto_sub_project }}" ]; then | ||
| KONDUKTO_BRANCH="${GITHUB_REF_NAME}_${{ inputs.kondukto_sub_project }}" |
Contributor
Author
There was a problem hiding this comment.
append kondukto_sub_project to the branch name if set
fetsko
commented
Feb 18, 2025
sbom/action.yml
Outdated
| KONDUKTO_BRANCH="${GITHUB_REF_NAME}" | ||
| fi | ||
| podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd \ | ||
| --env-file=${SILKBOMB_ENVFILE} \ |
Contributor
Author
There was a problem hiding this comment.
assumption here is that KONDUKTO_TOKEN is set in the environment file
fetsko
commented
Feb 18, 2025
sbom/action.yml
Outdated
| name: Augment the SBOM | ||
| description: Augments the SBOM for the project | ||
| inputs: | ||
| # no longer used |
Contributor
Author
There was a problem hiding this comment.
I'm not familiar w/ GHA, but I assume that removing it would be breaking
Member
|
Testing:
|
Collaborator
|
Passing in the Node driver: https://github.com/mongodb/node-mongodb-native/actions/runs/13441306933/job/37556182447 |
baileympearson
approved these changes
Feb 20, 2025
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.
Description