Sign in
cobalt
/
pre-commit-hooks
/
865409743e7d23dc6aa0c2faaefebbe879881ab8
/
pre_commit_hooks
/
detect_aws_credentials.py
8f61529
drop python3.6 support
by Anthony Sottile
· 3 years, 4 months ago
39ab2ed
replace exit(main()) with raise SystemExit(main())
by Anthony Sottile
· 3 years, 7 months ago
21553c2
Allow arbitrarily encoded files to be checked with detect-aws-credentials
by Anthony Sottile
· 5 years ago
b3a28de
Review fixes
by Alexander Demin
· 5 years ago
75d4832
Unit test for empty AWS variables
by Alexander Demin
· 5 years ago
ace459b
Skip empty variables in detect_aws_credentials
by Alexander Demin
· 5 years ago
f5c42a0
pre-commit-hooks: python3.6+
by Anthony Sottile
· 5 years ago
4575652
Use default flake8 config
by Anthony Sottile
· 6 years ago
030bfac
Apply typing to all of pre-commit-hooks
by Anthony Sottile
· 6 years ago
0d83fed
Reword usage info to clarify required usage syntax
by Ryan Delaney
· 7 years ago
2d4833c
Rename metavar to clarify required usage syntax
by Ryan Delaney
· 7 years ago
83fca4c
Adding a check to make sure either spaces or null values are not mistakenly added into the key variable
by Pablo Vega
· 7 years ago
2a902e0
Use asottile/add-trailing-comma
by Anthony Sottile
· 8 years ago
312e721
Add flag to detect-aws-credentials to allow missing keys
by Mike Fiedler
· 8 years ago
5da199b
Formatting fixups
by Anthony Sottile
· 8 years ago
3939aee
Address issues mentioned in review
by Daniel Roschka
· 8 years ago
0fd09bf
Add AWS_CONFIG_FILE to the environment variables
by Daniel Roschka
· 8 years ago
b0d4cdb
Improve searching for configured AWS credentials
by Daniel Roschka
· 8 years ago
70e405e
Add a new hook to forbid new submodules
by Anthony Sottile
· 8 years ago
8be6f4c
Remove pylint
by Anthony Sottile
· 9 years ago
d444ab8
Improve error message when credentials file is not provided
by Anthony Sottile
· 9 years ago
a666527
Show names of files containing aws credentials
by Dean Wilson
· 10 years ago
974ef4e
disable import checking for six.moves
by Ara Hayrabedian
· 10 years ago
02e8bdc
add tests, test sample files and minor refactor of exit codes in actual hook in order to facilitate testing
by Ara Hayrabedian
· 10 years ago
8872550
remove print statement
by Ara Hayrabedian
· 10 years ago
3078aec
use six for config parser, add to reqs
by Ara Hayrabedian
· 10 years ago
95bf20d
add aws credential checking ONLY FOR YOUR OWN credentials if they're set in a configurable credentials file (AWS CLI tools' native format)
by Ara Hayrabedian
· 10 years ago