Skip to content

Commit ac655e3

Browse files
allmightyspiffGitHub Enterprise
authored andcommitted
Merge pull request #762 from Ramkishor-Chaladi/issue_723
updated cliOutput.txt
2 parents df9b766 + bf71e2a commit ac655e3

3 files changed

Lines changed: 394 additions & 169 deletions

File tree

.secrets.baseline

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "(.*test.*)|(vendor)|(go.sum)|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-06-29T21:42:09Z",
6+
"generated_at": "2023-07-17T15:25:40Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -70,31 +70,39 @@
7070
"hashed_secret": "59b189070af751d4e93a749ccffb4ccfd2de7ab5",
7171
"is_secret": false,
7272
"is_verified": false,
73-
"line_number": 1409,
73+
"line_number": 1540,
7474
"type": "Secret Keyword",
7575
"verified_result": null
7676
},
7777
{
7878
"hashed_secret": "bbccdf2efb33b52e6c9d0a14dd70b2d415fbea6e",
7979
"is_secret": false,
8080
"is_verified": false,
81-
"line_number": 1849,
81+
"line_number": 1991,
8282
"type": "Secret Keyword",
8383
"verified_result": null
8484
},
8585
{
8686
"hashed_secret": "fe77c82bb2a42efeec9303600c8e7f6df56b6faf",
8787
"is_secret": false,
8888
"is_verified": false,
89-
"line_number": 2023,
89+
"line_number": 2181,
9090
"type": "Secret Keyword",
9191
"verified_result": null
9292
},
9393
{
9494
"hashed_secret": "3fe17355b464b770fb8015adbfedf33303bed7c6",
9595
"is_secret": false,
9696
"is_verified": false,
97-
"line_number": 3239,
97+
"line_number": 3437,
98+
"type": "Secret Keyword",
99+
"verified_result": null
100+
},
101+
{
102+
"hashed_secret": "4dc73741b9473168444fab7e680b439ba69f41ec",
103+
"is_secret": false,
104+
"is_verified": false,
105+
"line_number": 3576,
98106
"type": "Secret Keyword",
99107
"verified_result": null
100108
}

cliChecker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ It was introduced as part of the CLI refactor project, and might be removed late
66
from the softlayer-cli root directory, do the following after making changes.
77

88
```
9-
cd cliChcker
9+
cd cliChecker
1010
go build
11-
./cliChcker.exe > cliOutput.txt
11+
./cliChecker > cliOutput.txt
1212
git diff cliOutput.txt
1313
```
1414

0 commit comments

Comments
 (0)