Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add ssh:// insteadOf rule to cover Terraform URL normalization
Terraform normalizes SCP-style SSH sources (git@host:path) to ssh:// URLs before invoking git, so the previous insteadOf rule for 'git@github.e.it.census.gov:' did not match. Added a second rule for 'ssh://git@github.e.it.census.gov/' so both URL forms are rewritten to authenticated HTTPS.
- Loading branch information