Commit b69aed4
committed
fix: use registry network alias for Orca Security scan
The Orca action runs inside a Docker container on the job's Docker
network, so 127.0.0.1:5000 resolves to the container itself rather
than the runner host. Use the 'registry' network alias instead, which
is reachable from any container on the same network.
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>1 parent e5d29a3 commit b69aed4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments