File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 default : authorized-publication.txt
1313 third_party_dependency_tool :
1414 description : The name of the tool used to track 3rd party dependencies.
15- default : Silk
15+ default : Kondukto
1616 evergreen_project :
1717 description : The evergreen project name.
1818 evergreen_commit :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inputs:
2020 default : cyclonedx.sbom.json
2121 third_party_dependency_tool :
2222 description : The name of the tool used to track 3rd party dependencies.
23- default : Silk
23+ default : Kondukto
2424 evergreen_project :
2525 description : The evergreen project name.
2626 evergreen_commit :
Original file line number Diff line number Diff line change @@ -17,15 +17,6 @@ GRS_CONFIG_USER1_USERNAME=$GARASIGN_USERNAME
1717GRS_CONFIG_USER1_PASSWORD=$GARASIGN_PASSWORD
1818EOF
1919
20- if [ -n " ${SILKBOMB_USER:- } " ]; then
21- echo " Set up envfile for silkbomb"
22- SILKBOMB_ENVFILE=/tmp/silkbomb-envfile
23- cat << EOF > $SILKBOMB_ENVFILE
24- SILK_CLIENT_ID=${SILKBOMB_USER}
25- SILK_CLIENT_SECRET=${SILKBOMB_KEY}
26- EOF
27- fi
28-
2920if [ -n " ${KONDUKTO_TOKEN:- } " ]; then
3021 echo " Setting up envfile for Kondukto"
3122 KONDUKTO_ENVFILE=/tmp/kondukto-envfile
@@ -47,7 +38,6 @@ AWS_BUCKET=${RELEASE_ASSETS_BUCKET:-}
4738GPG_KEY_ID=$GPG_KEY_ID
4839GPG_PUBLIC_URL=${GPG_PUBLIC_URL:- }
4940GARASIGN_ENVFILE=$GARASIGN_ENVFILE
50- SILKBOMB_ENVFILE=${SILKBOMB_ENVFILE:- }
5141KONDUKTO_ENVFILE=${KONDUKTO_ENVFILE:- }
5242RELEASE_ASSETS=$RELEASE_ASSETS
5343S3_ASSETS=$S3_ASSETS
You can’t perform that action at this time.
0 commit comments