Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect secret #763

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
node-version: 18.x
- name: Install detect-secrets
run: pip install --upgrade git+https://github.com/ibm/detect-secrets.git@0.13.1+ibm.59.dss#egg=detect-secrets
run: pip install --upgrade git+https://github.com/ibm/detect-secrets.git@0.13.1+ibm.62.dss#egg=detect-secrets
- name: Install Lerna
run: npm install -g lerna
- name: Run detect-secrets
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo/.secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-05-04T16:55:05Z",
"generated_at": "2024-06-27T05:42:09Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -13488,7 +13488,7 @@
}
]
},
"version": "0.13.1+ibm.59.dss",
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
4 changes: 2 additions & 2 deletions packages/athena/.secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|apollo|stitch|test/docs|test/integration_test/integration_test_docs|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-05-04T16:55:05Z",
"generated_at": "2024-06-27T05:42:09Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -1051,7 +1051,7 @@
}
]
},
"version": "0.13.1+ibm.59.dss",
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
4 changes: 2 additions & 2 deletions packages/stitch/.secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-05-04T16:55:05Z",
"generated_at": "2024-06-27T05:42:09Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -4652,7 +4652,7 @@
}
]
},
"version": "0.13.1+ibm.59.dss",
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
Loading