Skip to content

Commit

Permalink
refactor: dependences python (hadenlabs#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed May 6, 2021
1 parent 6f06c15 commit 4bec2bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/linters/.gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ title = "gitleaks config"
description = "Extension Files with keys and credentials"
file = '''(.*?)(pub|pem|ppk|key)$'''
tags = ["key", "files"]
[rules.allowlist]
description = "ignore file test"
files = [
'''^test/fixtures/keys/.*-test.*$''',
]

# Global allowlist
[allowlist]
Expand All @@ -185,6 +190,7 @@ title = "gitleaks config"
'''34ab6c88ea1e77b54bcbe3cda99b34ded7554c11''',
'''610c8caf8a7d198a0a0c910e40a1bc9a3ce575c7''',
'''f1147299e0e02d4979391897eecb09857f751f08''',
'''e65d669b6f1d5112de2fa3f16c6bacceb9b3c3a4''',
]

[whitelist]
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ mypy = "*"
pycodestyle = "*"
pydocstyle = "*"
pylint = "*"
mock = "*"
parso = "*"
bumpversion = "*"
pre-commit = "*"
Expand Down

0 comments on commit 4bec2bf

Please sign in to comment.