Skip to content

Commit a489615

Browse files
committed
update tools
1 parent 004a950 commit a489615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"format:fix": "prettier --write \"**/*.+(ts|json)\"",
1414
"format:check": "prettier --check \"**/*.+(ts|json)\"",
1515
"format": "npm run format:fix",
16-
"list-tools:check": "node dist/scripts/toolsList.js check-tools-list",
17-
"list-tools:update": "node dist/scripts/toolsList.js update-tools-list",
16+
"list-tools:check": "npm run build && node dist/scripts/toolsList.js check-tools-list",
17+
"list-tools:update": "npm run build && node dist/scripts/toolsList.js update-tools-list",
1818
"list-tools": "npm run list-tools:check && npm run list-tools:update"
1919
},
2020
"keywords": [

tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3753,7 +3753,7 @@
37533753
},
37543754
{
37553755
"name": "docker-hardened-images",
3756-
"description": "Docker Hardened Images (DHI) API. This API is used to query for mirrored DHIs in the namespace. It lists all the secure, minimal, production-ready images available to get near-zero CVEs and enterprise-grade SLA.",
3756+
"description": "Docker Hardened Images (DHI) API. This API is used to query for mirrored DHIs in the namespace. It lists all the secure, minimal, production ready images available to get near-zero CVEs and enterprise-grade SLA.",
37573757
"inputSchema": {
37583758
"type": "object",
37593759
"properties": {

0 commit comments

Comments
 (0)