From 89762a550e9eb30f8cb106e7a5a137a5f0958fe6 Mon Sep 17 00:00:00 2001 From: "mongodb-devtools-bot[bot]" <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:54:08 +0000 Subject: [PATCH] chore: update auto-generated files [skip actions] --- .evergreen.yml | 21 +++------------------ AUTHORS | 1 + 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/.evergreen.yml b/.evergreen.yml index 8f6cd4589..d5c5657a9 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -3780,23 +3780,6 @@ functions: # - signature_tag (either 'signed' or 'unsigned') ### add_crypt_shared_and_sbom: - - command: ec2.assume_role - display_name: Assume IAM role with permissions to pull Kondukto API token - params: - role_arn: ${kondukto_role_arn} - - command: shell.exec - display_name: Pull Kondukto API token from AWS Secrets Manager and write it to file - params: - silent: true - shell: bash - working_dir: src - include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN] - script: | - set -e - # use AWS CLI to get the Kondukto API token from AWS Secrets Manager - kondukto_token=$(aws secretsmanager get-secret-value --secret-id "kondukto-token" --region "us-east-1" --query 'SecretString' --output text) - # set the KONDUKTO_TOKEN environment variable - echo "KONDUKTO_TOKEN=$kondukto_token" > /tmp/kondukto_credentials.env - command: subprocess.exec params: working_dir: src @@ -3808,7 +3791,9 @@ functions: ARTIFACTORY_USERNAME: ${artifactory_username} ARTIFACTORY_PASSWORD: ${artifactory_password} # for Silk SBOM integration - KONDUKTO_BRANCH: ${branch_name}_${executable_os_id} + SILK_ASSET_GROUP: mongosh-${executable_os_id} + SILK_CLIENT_ID: ${silk_client_id} + SILK_CLIENT_SECRET: ${silk_client_secret} create_static_analysis_report: - command: s3.get params: diff --git a/AUTHORS b/AUTHORS index 19c061fd6..2b438fe30 100644 --- a/AUTHORS +++ b/AUTHORS @@ -48,3 +48,4 @@ Dylan Richardson djechlin-mongodb <132293929+djechlin-mongodb@users.noreply.github.com> Ubuntu Ubuntu +Will Ratner <4613914+wratner@users.noreply.github.com>