Skip to content

Commit

Permalink
add whitelisted secret in python file
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisTrezzini committed Jul 5, 2018
1 parent 270a752 commit 42373eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_data/files/file_with_secrets.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/python
# Will change this later.
SUPER_SECRET_VALUE = 'c3VwZXIgbG9uZyBzdHJpbmcgc2hvdWxkIGNhdXNlIGVub3VnaCBlbnRyb3B5'
VERY_SECRET_TOO = 'f6CGV4aMM9zedoh3OUNbSakBymo7yplB' # pragma: whitelist secret


def main():
Expand Down

0 comments on commit 42373eb

Please sign in to comment.