From 48638ed793a168210c87ebeb00ad800f71672cc7 Mon Sep 17 00:00:00 2001 From: Georg Jung Date: Fri, 2 Aug 2024 12:57:21 +0200 Subject: [PATCH] Doc additionalCommandsWithResult --- marketplace.md | 1 + trivy-task/task.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/marketplace.md b/marketplace.md index c5d47a3..b2c3dc5 100644 --- a/marketplace.md +++ b/marketplace.md @@ -46,6 +46,7 @@ You can supply several inputs to customise the task. | `aquaKey` | The Aqua API Key to use to link scan results to your Aqua Security account _(not required)_. | | `aquaSecret` | The Aqua API Secret to use to link scan results to your Aqua Security account _(not required)_. | | `options` | Additional flags to pass to trivy. Example: `--timeout 10m0s` _(not required)_. | +| `additionalCommandsWithResult` | Additional trivy commands to execute, one per line, with the path to the result.json file appended. E.g. `convert --format cyclonedx --output result.cdx` | ### Example of scanning multiple targets diff --git a/trivy-task/task.json b/trivy-task/task.json index ab3fa47..061ab8c 100644 --- a/trivy-task/task.json +++ b/trivy-task/task.json @@ -128,7 +128,7 @@ "label": "Additional cmds with result.json", "defaultValue": "", "required": false, - "helpMarkDown": "trivy commands, one per line, with the path to the result.json file appended. E.g. \"convert --format cyclonedx --output result.cdx\"" + "helpMarkDown": "Additional trivy commands to execute, one per line, with the path to the result.json file appended. E.g. \"convert --format cyclonedx --output result.cdx\"" } ], "execution": {