Skip to content

Commit

Permalink
Doc additionalCommandsWithResult
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Aug 2, 2024
1 parent 69d4839 commit 48638ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion trivy-task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 48638ed

Please sign in to comment.