File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ tests/server.cert.pem:[0-9]+:-----BEGIN CERTIFICATE-----
1313tests/ca.key.pem:[0-9]+:-----(BEGIN|END) RSA PRIVATE KEY-----
1414tests/client.key.pem:[0-9]+:-----(BEGIN|END) RSA PRIVATE KEY-----
1515tests/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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments