Skip to content

Commit da2a74c

Browse files
mesh-2092: add no redirects
1 parent ceff126 commit da2a74c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitallowed

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ tests/server.cert.pem:[0-9]+:-----BEGIN CERTIFICATE-----
1313
tests/ca.key.pem:[0-9]+:-----(BEGIN|END) RSA PRIVATE KEY-----
1414
tests/client.key.pem:[0-9]+:-----(BEGIN|END) RSA PRIVATE KEY-----
1515
tests/server.key.pem:[0-9]+:-----(BEGIN|END) RSA PRIVATE KEY-----
16-
tests/mailboxes.jsonl:[0-9]+:.*"password": "password"
16+
tests/mailboxes.jsonl:[0-9]+:.*"password": "password"
17+
test

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: github.actor != 'dependabot[bot]' && (success() || failure())
6868
run: |
6969
export SONAR_VERSION="5.0.1.3006"
70-
wget -q "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
70+
wget -q --max-redirect=0 "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
7171
unzip -q ./sonar-scanner.zip
7272
mv ./sonar-scanner-${SONAR_VERSION} ./sonar-scanner
7373
scripts/sonar_tests.py

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
if: github.actor != 'dependabot[bot]' && (success() || failure())
148148
run: |
149149
export SONAR_VERSION="5.0.1.3006"
150-
wget -q "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
150+
wget -q --max-redirect=0 "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
151151
unzip -q ./sonar-scanner.zip
152152
mv ./sonar-scanner-${SONAR_VERSION} ./sonar-scanner
153153
scripts/sonar_tests.py

0 commit comments

Comments
 (0)