Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compliance-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion full-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 0 additions & 10 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading