Skip to content

Commit 2b5e205

Browse files
authored
Improve description for dhi (#52)
1 parent b41fa2e commit 2b5e205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class ScoutAPI extends Asset {
6262
'docker-hardened-images',
6363
{
6464
description:
65-
'This API is used to list Docker Hardened Images (DHIs) mirrored into one of the organisations of the user from the dhi organisation. Must be always prompted to input the organisation by the user. Docker Hardened Images are the most secure, minimal, production-ready images available, with near-zero CVEs and enterprise-grade SLA.',
65+
'This API is used to list Docker Hardened Images (DHIs) mirrored into one of the organisations of the user from the dhi organisation. Must be always prompted to input the organisation by the user. Docker Hardened Images are the most secure, minimal, production-ready images available, with near-zero CVEs and enterprise-grade SLA. Should be used to search for secure image in an organisation.',
6666
inputSchema: z.object({
6767
organisation: z
6868
.string()

tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3756,7 +3756,7 @@
37563756
},
37573757
{
37583758
"name": "docker-hardened-images",
3759-
"description": "This API is used to list Docker Hardened Images (DHIs) mirrored into one of the organisations of the user from the dhi organisation. Must be always prompted to input the organisation by the user. Docker Hardened Images are the most secure, minimal, production-ready images available, with near-zero CVEs and enterprise-grade SLA.",
3759+
"description": "This API is used to list Docker Hardened Images (DHIs) mirrored into one of the organisations of the user from the dhi organisation. Must be always prompted to input the organisation by the user. Docker Hardened Images are the most secure, minimal, production-ready images available, with near-zero CVEs and enterprise-grade SLA. Should be used to search for secure image in an organisation.",
37603760
"inputSchema": {
37613761
"type": "object",
37623762
"properties": {

0 commit comments

Comments
 (0)