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.
1 parent edf9eff commit 71fb7dbCopy full SHA for 71fb7db
README.md
@@ -40,6 +40,7 @@ Check [examples/](examples/) for full examples on how to use py-gitguardian.
40
### Scanning text content
41
42
```py
43
+# please don't hardcode your gg_api_key in source code :)
44
API_KEY = os.getenv("GG_API_KEY")
45
DOCUMENT = """
46
import urllib.request
0 commit comments