Skip to content

Commit 0ae83df

Browse files
authored
remove false positive secrets that are triggering GH scan (#1782)
1 parent 424f05a commit 0ae83df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/oss/python/integrations/graphs/arangodb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Succcess: new credentials acquired
4949
{
5050
"dbName": "TUT3sp29s3pjf1io0h4cfdsq",
5151
"username": "TUTo6nkwgzkizej3kysgdyeo8",
52-
"password": "TUT9vx0qjqt42i9bq8uik4v9",
52+
"password": "x",
5353
"hostname": "tutorials.arangodb.cloud",
5454
"port": 8529,
5555
"url": "https://tutorials.arangodb.cloud:8529"

src/oss/python/integrations/tools/you.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tool
4949
```
5050

5151
```output
52-
YouSearchTool(api_wrapper=YouSearchAPIWrapper(ydc_api_key='054da371-e73b-47c1-a6d9-3b0cddf0fa3e<__>1Obt7EETU8N2v5f4MxaH0Zhx', num_web_results=1, safesearch=None, country=None, k=None, n_snippets_per_hit=None, endpoint_type='search', n_hits=None))
52+
YouSearchTool(api_wrapper=YouSearchAPIWrapper(ydc_api_key='x', num_web_results=1, safesearch=None, country=None, k=None, n_snippets_per_hit=None, endpoint_type='search', n_hits=None))
5353
```
5454

5555
```python

src/oss/python/integrations/vectorstores/atlas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ from langchain_text_splitters import SpacyTextSplitter
3131
```
3232

3333
```python
34-
ATLAS_TEST_API_KEY = "7xDPkYXSYDc1_ErdTPIcoAR9RNd8YDlkS3nVNXcVoIMZ6"
34+
ATLAS_TEST_API_KEY = "x"
3535
```
3636

3737
### Prepare the Data

0 commit comments

Comments
 (0)