Skip to content

Commit

Permalink
feat: updating .secrets.baseline to suppress false positives
Browse files Browse the repository at this point in the history
dependency: none
Signed-off-by: jkalandaibm <jkalanda@us.ibm.com>
  • Loading branch information
jkalandaibm committed Sep 8, 2023
1 parent 497e7f4 commit 14de99c
Showing 1 changed file with 49 additions and 9 deletions.
58 changes: 49 additions & 9 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|^.secrets.baseline$",
"lines": null
},
"generated_at": "2022-01-31T05:19:35Z",
"generated_at": "2023-09-08T20:51:17Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -65,6 +65,16 @@
}
],
"results": {
"cis/authenticated-origin-pull-apiv1/v1.ts": [
{
"hashed_secret": "e413e66147fbba64524c696431c0f4d22d5eea65",
"is_secret": false,
"is_verified": false,
"line_number": 718,
"type": "Secret Keyword",
"verified_result": null
}
],
"cis/ssl-certificate-api/v1.ts": [
{
"hashed_secret": "e413e66147fbba64524c696431c0f4d22d5eea65",
Expand All @@ -85,6 +95,16 @@
"verified_result": null
}
],
"directlink.env.properties": [
{
"hashed_secret": "4711f50a26d6945585138f0b3104b2fd45f15585",
"is_secret": false,
"is_verified": false,
"line_number": 2,
"type": "Secret Keyword",
"verified_result": null
}
],
"test/integration/cis/alerts.v1.test.js": [
{
"hashed_secret": "444b0e0fc93fd26bedbcbaa51b056cbbab8d2156",
Expand All @@ -103,6 +123,16 @@
"verified_result": null
}
],
"test/integration/cis/authenticated-origin-pull-api.v1.test.js": [
{
"hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b",
"is_secret": false,
"is_verified": false,
"line_number": 313,
"type": "Private Key",
"verified_result": null
}
],
"test/integration/cis/zone-lockdown.v1.test.js": [
{
"hashed_secret": "818e0d46fa9bbf36e757ca4093bcace49243035c",
Expand All @@ -123,6 +153,16 @@
"verified_result": null
}
],
"test/unit/cis/authenticated-origin-pull-api.v1.test.js": [
{
"hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b",
"is_secret": false,
"is_verified": false,
"line_number": 1011,
"type": "Private Key",
"verified_result": null
}
],
"test/unit/cis/filters.v1.test.js": [
{
"hashed_secret": "5dde7ada70036e084f259d9d571d63a8123f74be",
Expand Down Expand Up @@ -172,7 +212,7 @@
"hashed_secret": "fbf087ed5f01eee2bc96b8b32fa2e439ac34c5bd",
"is_secret": false,
"is_verified": false,
"line_number": 425,
"line_number": 423,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand All @@ -192,7 +232,7 @@
"hashed_secret": "5293490d2fcdff1d7481271e4fb549ed36b75140",
"is_secret": false,
"is_verified": false,
"line_number": 785,
"line_number": 780,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand Down Expand Up @@ -222,7 +262,7 @@
"hashed_secret": "63bf26a5cf525deb542dbaec01d24ec8f57c6956",
"is_secret": false,
"is_verified": false,
"line_number": 420,
"line_number": 418,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand All @@ -232,7 +272,7 @@
"hashed_secret": "c690fcc1554f0eb5b865d7f09c9ceda156df2a80",
"is_secret": false,
"is_verified": false,
"line_number": 238,
"line_number": 270,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand All @@ -242,7 +282,7 @@
"hashed_secret": "d67a00cdeec75b04602db35a89c15bb6ee53c877",
"is_secret": false,
"is_verified": false,
"line_number": 605,
"line_number": 747,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand All @@ -252,21 +292,21 @@
"hashed_secret": "d67a00cdeec75b04602db35a89c15bb6ee53c877",
"is_secret": false,
"is_verified": false,
"line_number": 640,
"line_number": 202,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "eb74ff42e2e8dfbaf3e4f64a02cdadc8bedda8c3",
"is_secret": false,
"is_verified": false,
"line_number": 1101,
"line_number": 754,
"type": "Hex High Entropy String",
"verified_result": null
}
]
},
"version": "0.13.1+ibm.47.dss",
"version": "0.13.1+ibm.61.dss",
"word_list": {
"file": null,
"hash": null
Expand Down

0 comments on commit 14de99c

Please sign in to comment.