Closed sjinks closed 3 weeks ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
tested, works.
Description
In #1896, we removed the 404 code from the list of "unhealthy" codes. However, that introduced a bug: if Traefik cannot find a container matching the host, it returns a 404 response. Because of that, all environments are shown as "UP."
In this PR, we ensure service containers are running before starting a URL scan.
Pull request checklist
New release checklist
Steps to Test
vip dev-env list
orvip dev-env info -s slug_of_not_running_env
: even if the environment is not running, it will be shown as "UP."