Skip to content

Commit

Permalink
chore: codescan update
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Compton committed Mar 4, 2021
1 parent 769642b commit a9a68e9
Showing 1 changed file with 78 additions and 2 deletions.
80 changes: 78 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": "2021-02-24T19:11:47Z",
"generated_at": "2021-03-04T18:54:10Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -65,6 +65,14 @@
],
"results": {
"src/IBM.Cloud.SDK.Core/Authentication/Authenticator.cs": [
{
"hashed_secret": "fdee05598fdd57ff8e9ae29e92c25a04f2c52fa6",
"is_secret": false,
"is_verified": false,
"line_number": 28,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "d4c3d66fd0c38547a3c7a4c6bdc29c36911bc030",
"is_secret": false,
Expand Down Expand Up @@ -103,6 +111,14 @@
}
],
"src/IBM.Cloud.SDK.Core/Authentication/Iam/IamAuthenticator.cs": [
{
"hashed_secret": "9a061f77c086883caf62ac2ffc9bf2d597073c0d",
"is_secret": false,
"is_verified": false,
"line_number": 47,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "f5cbae85fb47446511da4c9974e2da448caee7e1",
"is_secret": false,
Expand All @@ -128,7 +144,25 @@
"verified_result": null
}
],
"src/IBM.Cloud.SDK.Core/Http/IBMHttpClient.cs": [
{
"hashed_secret": "29c0bca28189efcb63bd3a46650a5fb273e4facf",
"is_secret": false,
"is_verified": false,
"line_number": 109,
"type": "Secret Keyword",
"verified_result": null
}
],
"src/IBM.Cloud.SDK.Core/Util/CredentialUtils.cs": [
{
"hashed_secret": "4be0567653f3e25cdd670ea93eedbe863cb7843f",
"is_secret": false,
"is_verified": false,
"line_number": 256,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "47fcf185ee7e15fe05cae31fbe9e4ebe4a06a40d",
"is_secret": false,
Expand All @@ -146,6 +180,32 @@
"line_number": 40,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "c2a6b03f190dfb2b4aa91f8af8d477a9bc3401dc",
"is_secret": false,
"is_verified": false,
"line_number": 46,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "d506bd5213c46bd49e16c634754ad70113408252",
"is_secret": false,
"is_verified": false,
"line_number": 49,
"type": "Secret Keyword",
"verified_result": null
}
],
"test/IBM.Cloud.SDK.Core.Tests/BasicAuthTests.cs": [
{
"hashed_secret": "29c0bca28189efcb63bd3a46650a5fb273e4facf",
"is_secret": false,
"is_verified": false,
"line_number": 62,
"type": "Secret Keyword",
"verified_result": null
}
],
"test/IBM.Cloud.SDK.Core.Tests/CloudPak4DataAuthTests.cs": [
Expand All @@ -167,6 +227,14 @@
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "c2a6b03f190dfb2b4aa91f8af8d477a9bc3401dc",
"is_secret": false,
"is_verified": false,
"line_number": 39,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "d4c3d66fd0c38547a3c7a4c6bdc29c36911bc030",
"is_secret": false,
Expand Down Expand Up @@ -273,6 +341,14 @@
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "c2a6b03f190dfb2b4aa91f8af8d477a9bc3401dc",
"is_secret": false,
"is_verified": false,
"line_number": 563,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "d4c3d66fd0c38547a3c7a4c6bdc29c36911bc030",
"is_secret": false,
Expand Down Expand Up @@ -325,7 +401,7 @@
}
]
},
"version": "0.13.1+ibm.29.dss",
"version": "0.13.1+ibm.31.dss",
"word_list": {
"file": null,
"hash": null
Expand Down

0 comments on commit a9a68e9

Please sign in to comment.