We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da40761 + 28fe4c6 commit 6d7b898Copy full SHA for 6d7b898
README.md
@@ -55,7 +55,7 @@ Check [examples/](examples/) for full examples on how to use py-gitguardian.
55
56
```py
57
# please don't hardcode your gg_api_key in source code :)
58
-API_KEY = os.getenv("GG_API_KEY")
+API_KEY = os.getenv("GITGUARDIAN_API_KEY")
59
DOCUMENT = """
60
import urllib.request
61
url = 'http://jen_barber:[email protected]/isreal.json'
@@ -81,7 +81,7 @@ else:
81
### Scanning multiple files
82
83
84
85
client = GGClient(api_key=API_KEY)
86
87
# Create a list of dictionaries for scanning
0 commit comments