From be8fbe04ada11d968034e16badb71ab7634568c0 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 19 Sep 2025 08:33:03 -0500 Subject: [PATCH] DRIVERS-3232 Remove remaining usages of Silk --- compliance-report/action.yml | 2 +- full-report/action.yml | 2 +- setup/setup.sh | 10 ---------- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/compliance-report/action.yml b/compliance-report/action.yml index 27f9951..5c54c1a 100644 --- a/compliance-report/action.yml +++ b/compliance-report/action.yml @@ -12,7 +12,7 @@ inputs: default: authorized-publication.txt third_party_dependency_tool: description: The name of the tool used to track 3rd party dependencies. - default: Silk + default: Kondukto evergreen_project: description: The evergreen project name. evergreen_commit: diff --git a/full-report/action.yml b/full-report/action.yml index ee8b8ee..1c2e244 100644 --- a/full-report/action.yml +++ b/full-report/action.yml @@ -20,7 +20,7 @@ inputs: default: cyclonedx.sbom.json third_party_dependency_tool: description: The name of the tool used to track 3rd party dependencies. - default: Silk + default: Kondukto evergreen_project: description: The evergreen project name. evergreen_commit: diff --git a/setup/setup.sh b/setup/setup.sh index f2d3c66..e7cc244 100755 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -17,15 +17,6 @@ GRS_CONFIG_USER1_USERNAME=$GARASIGN_USERNAME GRS_CONFIG_USER1_PASSWORD=$GARASIGN_PASSWORD EOF -if [ -n "${SILKBOMB_USER:-}" ]; then - echo "Set up envfile for silkbomb" - SILKBOMB_ENVFILE=/tmp/silkbomb-envfile - cat << EOF > $SILKBOMB_ENVFILE -SILK_CLIENT_ID=${SILKBOMB_USER} -SILK_CLIENT_SECRET=${SILKBOMB_KEY} -EOF -fi - if [ -n "${KONDUKTO_TOKEN:-}" ]; then echo "Setting up envfile for Kondukto" KONDUKTO_ENVFILE=/tmp/kondukto-envfile @@ -47,7 +38,6 @@ AWS_BUCKET=${RELEASE_ASSETS_BUCKET:-} GPG_KEY_ID=$GPG_KEY_ID GPG_PUBLIC_URL=${GPG_PUBLIC_URL:-} GARASIGN_ENVFILE=$GARASIGN_ENVFILE -SILKBOMB_ENVFILE=${SILKBOMB_ENVFILE:-} KONDUKTO_ENVFILE=${KONDUKTO_ENVFILE:-} RELEASE_ASSETS=$RELEASE_ASSETS S3_ASSETS=$S3_ASSETS