Skip to content

Commit 113d9d7

Browse files
authored
DRIVERS-3232 Remove remaining usages of Silk (#95)
1 parent bd9bcab commit 113d9d7

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

compliance-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

full-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

setup/setup.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ GRS_CONFIG_USER1_USERNAME=$GARASIGN_USERNAME
1717
GRS_CONFIG_USER1_PASSWORD=$GARASIGN_PASSWORD
1818
EOF
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-
2920
if [ -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:-}
4738
GPG_KEY_ID=$GPG_KEY_ID
4839
GPG_PUBLIC_URL=${GPG_PUBLIC_URL:-}
4940
GARASIGN_ENVFILE=$GARASIGN_ENVFILE
50-
SILKBOMB_ENVFILE=${SILKBOMB_ENVFILE:-}
5141
KONDUKTO_ENVFILE=${KONDUKTO_ENVFILE:-}
5242
RELEASE_ASSETS=$RELEASE_ASSETS
5343
S3_ASSETS=$S3_ASSETS

0 commit comments

Comments
 (0)