Commit 5c7014a
fix: resolve host.docker.internal DNS failure on Linux CI and suppress GitGuardian false positives
Add --add-host=host.docker.internal:host-gateway to the runtime
container via withExtraHost() so that host.docker.internal resolves
on GitHub Actions Ubuntu runners (Docker Desktop injects this
automatically on macOS/Windows but not on Linux).
Add .gitguardian.yaml to ignore the self-signed test TLS certificates
in src/spec/resources/generated/*/certs/ — these are intentionally
committed mock-server certs with no real-world trust or access.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7242b89 commit 5c7014a
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments