Skip to content

Commit

Permalink
build: fix detect-secrets issue (#630)
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 67d8997 commit 1b15f4c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 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": "2023-07-25T19:51:41Z",
"generated_at": "2023-09-22T21:09:16Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -94,9 +94,19 @@
"type": "Secret Keyword",
"verified_result": null
}
],
"packages/validator/test/cli-validator/mock-files/oas31/warn-threshold.yml": [
{
"hashed_secret": "1e5c2f367f02e47a8c160cda1cd9d91decbac441",
"is_secret": false,
"is_verified": false,
"line_number": 166,
"type": "Secret Keyword",
"verified_result": null
}
]
},
"version": "0.13.1+ibm.56.dss",
"version": "0.13.1+ibm.61.dss",
"word_list": {
"file": null,
"hash": null
Expand Down

0 comments on commit 1b15f4c

Please sign in to comment.