Skip to content

Commit ad0b4cc

Browse files
committed
Security cleanup
1 parent ff6aa20 commit ad0b4cc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.evergreen/config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -777,14 +777,20 @@ functions:
777777
type: test
778778
params:
779779
working_dir: "src"
780-
shell: bash
780+
silent: true
781781
script: |
782-
set +x
782+
# DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
783783
export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
784784
export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
785785
export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
786-
786+
- command: shell.exec
787+
type: test
788+
params:
789+
working_dir: "src"
790+
shell: bash
791+
script: |
787792
${PREPARE_SHELL}
793+
788794
# This is required for pypy3.7 UTF encoding
789795
export LC_ALL=en_US.UTF-8
790796
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test

0 commit comments

Comments
 (0)