Skip to content

Commit

Permalink
build: fix detect-secrets issue (#227)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <[email protected]>
  • Loading branch information
padamstx authored Sep 22, 2023
1 parent 3fff2c2 commit 4899cb6
Showing 1 changed file with 35 additions and 11 deletions.
46 changes: 35 additions & 11 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2022-11-04T17:00:59Z",
"generated_at": "2023-09-22T21:11:40Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -88,7 +88,15 @@
"hashed_secret": "a2190c299b60e882d9fb33736d5e6ab6ffe42708",
"is_secret": false,
"is_verified": false,
"line_number": 1009,
"line_number": 1198,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "cf4d2385b84329a52ca542285b93d9c4618420df",
"is_secret": false,
"is_verified": false,
"line_number": 2029,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -114,15 +122,15 @@
"hashed_secret": "835e124f126ae02c1c18b3c992a28dde441f5e04",
"is_secret": false,
"is_verified": false,
"line_number": 1915,
"line_number": 2232,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "e058a1c493ad749bd67d368340e9056ed1c2f3ed",
"is_secret": false,
"is_verified": false,
"line_number": 2736,
"line_number": 5973,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -142,7 +150,15 @@
"hashed_secret": "a2190c299b60e882d9fb33736d5e6ab6ffe42708",
"is_secret": false,
"is_verified": false,
"line_number": 1289,
"line_number": 1427,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "cf4d2385b84329a52ca542285b93d9c4618420df",
"is_secret": false,
"is_verified": false,
"line_number": 2000,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -172,23 +188,23 @@
"hashed_secret": "f0b0b291c4d22d76db59faaeb94802714dd6d884",
"is_secret": false,
"is_verified": false,
"line_number": 666,
"line_number": 675,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "4c41e7a08e8895da0c6066adf33bf389c202b4e2",
"is_secret": false,
"is_verified": false,
"line_number": 1001,
"line_number": 1010,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "ca8b3e9d1445b3218e3512da63b05c8f26f181e5",
"is_secret": false,
"is_verified": false,
"line_number": 1012,
"line_number": 1021,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand Down Expand Up @@ -240,15 +256,23 @@
"hashed_secret": "b8473b86d4c2072ca9b08bd28e373e8253e865c4",
"is_secret": false,
"is_verified": false,
"line_number": 880,
"line_number": 902,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "cf4d2385b84329a52ca542285b93d9c4618420df",
"is_secret": false,
"is_verified": false,
"line_number": 2862,
"line_number": 3392,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "469f62fa9e1c6afe62e8808180668934ee548e8f",
"is_secret": false,
"is_verified": false,
"line_number": 4891,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -280,7 +304,7 @@
}
]
},
"version": "0.13.1+ibm.55.dss",
"version": "0.13.1+ibm.61.dss",
"word_list": {
"file": null,
"hash": null
Expand Down

0 comments on commit 4899cb6

Please sign in to comment.