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

validate detect secret action item #762

Closed
wants to merge 1 commit 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"scripts":{
"prepare": "husky install",
"install-detect-secrets": "pip install --upgrade git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
"install-detect-secrets": "pip3 install --upgrade git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
}
}
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