@catladder/cli 1.139.1 → 1.139.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apps/catci/commands/security/topics.json +5 -0
- package/dist/bundles/catci/index.js +1 -1
- package/dist/bundles/catenv/index.js +1 -1
- package/dist/bundles/cli/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/apps/catci/commands/security/topics.json +5 -0
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"license": "MIT",
|
|
55
|
-
"version": "1.139.
|
|
55
|
+
"version": "1.139.3",
|
|
56
56
|
"scripts": {
|
|
57
57
|
"lint": "eslint \"src/**/*.ts\"",
|
|
58
58
|
"lint:fix": "eslint \"src/**/*.ts\" --fix",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"ts-node": "^10.9.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@catladder/pipeline": "1.139.
|
|
77
|
+
"@catladder/pipeline": "1.139.3",
|
|
78
78
|
"@gitbeaker/rest": "^39.28.0",
|
|
79
79
|
"@kubernetes/client-node": "^0.16.2",
|
|
80
80
|
"@tsconfig/node14": "^1.0.1",
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"responsibles": 1,
|
|
15
15
|
"more": ""
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"description": "No sensitive information (passwords, keys, user data, ...) is logged or traced",
|
|
19
|
+
"responsibles": 1,
|
|
20
|
+
"more": "[Logging guide](https://www.notion.so/panterch/Long-story-logging-022722bb878f4724ae5b49e17667b630?pvs=4#9e5a36b7158a4953b73ec6a345bd8989), [Tracing guide](https://www.notion.so/panterch/Long-story-tracing-d8a9ec1ac2ff4fa78cefa8991233224e?pvs=4#535121b5bf9741fbaf8654b4b64d879d)"
|
|
21
|
+
},
|
|
17
22
|
{
|
|
18
23
|
"description":
|
|
19
24
|
"Passwords are stored hashed with salt and salt is not stored in the repository",
|