From d9d852f8b6798b8415c50e49ef1c070ef4ea1570 Mon Sep 17 00:00:00 2001 From: Ketanest <87452756+Ketanest@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:25:05 +0200 Subject: [PATCH] Update downloader.sh (#33) * Update downloader.sh deleting additional keys addded by github and not necessary * Update downloader.sh deleted duplicate ssh_key_fingerprints entry --- github/downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/downloader.sh b/github/downloader.sh index b271bfd7..70b7802d 100644 --- a/github/downloader.sh +++ b/github/downloader.sh @@ -11,7 +11,7 @@ curl -s https://api.github.com/meta > /tmp/github.json # get all prefixes without some keys -jq 'del(.["ssh_keys", "verifiable_password_authentication", "ssh_key_fingerprints", "domains"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt +jq 'del(.["ssh_keys", "verifiable_password_authentication", "ssh_key_fingerprints", "domains", "commit_signing_keys"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt # save ipv4