Skip to content

Commit 316da3c

Browse files
committed
Update pytest dependency to version 9.0.3 in pyproject.toml
1 parent becda48 commit 316da3c

4 files changed

Lines changed: 121 additions & 117 deletions

File tree

.mega-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ DISABLE_LINTERS:
4040

4141
SHOW_ELAPSED_TIME: true
4242

43+
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES:
44+
- GITHUB_TOKEN
45+
4346
FILEIO_REPORTER: false
4447
# Uncomment if you want MegaLinter to detect errors but not block CI to pass
4548
# DISABLE_ERRORS: true

concourse/scripts/terraform_infra.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ lambda_memory=$(echo "$secrets" | jq -r .lambda_memory)
2525
export AWS_ACCESS_KEY_ID="$aws_access_key_id"
2626
export AWS_SECRET_ACCESS_KEY="$aws_secret_access_key"
2727

28+
# kingfisher:ignore
2829
git config --global url."https://x-access-token:$github_access_token@github.com/".insteadOf "https://github.com/"
2930

3031
if [ "${env}" != "prod" ]; then

0 commit comments

Comments
 (0)