Octoherd script to help with the recent CircleCI’s security breach by removing deploy keys from your repos.
No warranty, use at your own risk!
Run the script on a single repo first. Octoherd will prompt to confim the deletion request.
| #!/usr/bin/env bash | |
| # | |
| # Authors: | |
| # Stefan Buck (https://github.com/stefanbuck) | |
| # Thomas Ruoff (https://github.com/tomru) | |
| # | |
| # | |
| # Description: | |
| # Are you still prefixing your commits with a ticket number manually? You will love this script! | |
| # This is a git hook script that will automatically prefix your commit messages with a ticket |
| Max | |
| Buddy | |
| Charlie |
| #!/bin/bash --noprofile --norc -e -o pipefail {0} |
| const alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; | |
| const input = [ | |
| "I really", | |
| "ScriptJava", | |
| ["and I", "an it's"], | |
| { | |
| m1: "love", | |
| m2: "!namuh retteb a" | |
| }, |
Octoherd script to help with the recent CircleCI’s security breach by removing deploy keys from your repos.
No warranty, use at your own risk!
Run the script on a single repo first. Octoherd will prompt to confim the deletion request.