-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
24 lines (23 loc) · 925 Bytes
/
gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[user]
name = Hiromasa Ihara
email = [email protected]
[core]
editor = vi
excludesfile = ~/.gitignore
autocrlf = false
[alias]
save = "!git pull origin $(git symbolic-ref --short HEAD); git-now --all --stat ; git push"
co = checkout
conflicts = !git ls-files -u | cut -f 2 | sort -u
[push]
default = current
[pull]
default = current
rebase = false
[secrets]
providers = git secrets --aws-provider
patterns = (A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}
patterns = (\"|')?(AWS|aws|Aws)?_?(SECRET|secret|Secret)?_?(ACCESS|access|Access)?_?(KEY|key|Key)(\"|')?\\s*(:|=>|=)\\s*(\"|')?[A-Za-z0-9/\\+=]{40}(\"|')?
patterns = (\"|')?(AWS|aws|Aws)?_?(ACCOUNT|account|Account)_?(ID|id|Id)?(\"|')?\\s*(:|=>|=)\\s*(\"|')?[0-9]{4}\\-?[0-9]{4}\\-?[0-9]{4}(\"|')?
allowed = AKIAIOSFODNN7EXAMPLE
allowed = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY