guitarrapc / git-shallow-clone-orb

circleci orb to execute git shallow clone for faster checkout.
https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone
MIT License
21 stars 11 forks source link

feat: add ECDSA & Ed25519 GitHub's SSH key fingerprints #45

Closed guitarrapc closed 1 year ago

guitarrapc commented 1 year ago

tl;dr;

GitHub has Ed25519 and ECDSA SSH key fingerprints. Let's add them to ssh key as Official CircleCI checkout do.

ref: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints

Original CircleCI checkout.

image