Skip to content

Commit ca02ed8

Browse files
committed
regen readme
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent b0329a5 commit ca02ed8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/controlplane/plugins/core/dependency-track/v1/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See https://docs.chainloop.dev/guides/dependency-track/
1010
|Field|Type|Required|Description|
1111
|---|---|---|---|
1212
|allowAutoCreate|boolean|no|Support of creating projects on demand|
13-
|apiKey|string|yes|The API key to use for authentication|
13+
|apiKey|string (password)|yes|The API key to use for authentication|
1414
|instanceURI|string (uri)|yes|The URL of the Dependency-Track instance|
1515

1616
```json
@@ -25,6 +25,7 @@ See https://docs.chainloop.dev/guides/dependency-track/
2525
},
2626
"apiKey": {
2727
"type": "string",
28+
"format": "password",
2829
"description": "The API key to use for authentication"
2930
},
3031
"allowAutoCreate": {

app/controlplane/plugins/core/smtp/v1/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Starting now, every time a workflow run occurs, an email notification will be se
3131
|---|---|---|---|
3232
|from|string (email)|yes|The email address of the sender.|
3333
|host|string|yes|The host to use for the SMTP authentication.|
34-
|password|string|yes|The password to use for the SMTP authentication.|
34+
|password|string (password)|yes|The password to use for the SMTP authentication.|
3535
|port|string|yes|The port to use for the SMTP authentication|
3636
|to|string (email)|yes|The email address to send the email to.|
3737
|user|string|yes|The username to use for the SMTP authentication.|
@@ -58,6 +58,7 @@ Starting now, every time a workflow run occurs, an email notification will be se
5858
},
5959
"password": {
6060
"type": "string",
61+
"format": "password",
6162
"description": "The password to use for the SMTP authentication."
6263
},
6364
"host": {

0 commit comments

Comments
 (0)