Skip to content

Commit f59270e

Browse files
test - use credentials to augment SBOM
1 parent ef6008b commit f59270e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release_6.1.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@ jobs:
5757
npm_package_name: mongodb-client-encryption
5858
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
5959

60+
- name: Download the Augmented SBOM file to the release assets and s3 assets folders
61+
shell: bash
62+
run: |
63+
set -eu
64+
SILKBOMB_ENVFILE=/tmp/silkbomb-envfile
65+
cat << EOF > $SILKBOMB_ENVFILE
66+
SILK_CLIENT_ID=${SILKBOMB_USER}
67+
SILK_CLIENT_SECRET=${SILKBOMB_KEY}
68+
EOF
69+
echo 'SILKBOMB_ENVFILE=$SILKBOMB_ENVFILE' >> $GITHUB_ENV
70+
6071
- name: Copy sbom file to release assets
6172
shell: bash
6273
if: ${{ 'mongodb-client-encryption-6.1' == '' }}

0 commit comments

Comments
 (0)