mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-21 12:35:45 +00:00
SQSCANGHA-55 Add curl redirect and fix splatting of URL with special chars
This commit is contained in:
parent
f4eddd92b8
commit
1b442ee39a
5 changed files with 143 additions and 32 deletions
13
.github/qa-nginx-redirecting/compose.yml
vendored
Normal file
13
.github/qa-nginx-redirecting/compose.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
https-proxy:
|
||||
image: nginx
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- $GITHUB_WORKSPACE/.github/qa-nginx-redirecting/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "--fail", "localhost:8080/health"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 20
|
||||
start_period: 2m
|
||||
Loading…
Add table
Add a link
Reference in a new issue