alldetailedreports
The alldetailedreports
composite action downloads the detailed report for the latest build of each application for the specified user account.
The Veracode XML APIs and the wrappers use a different syntax. For the wrappers, the parameter names omit the underscores, the parameter values omit spaces, and some parameters use different names. For example, the parameter app_id
in the API is appid
in the wrapper and the parameter value Very High
in the API is VeryHigh
in the wrapper. The parameter business_criticality
in the API is criticality
in the wrapper. The syntax is not interchangeable and using the wrong syntax causes your command to fail. To ensure you are using the correct syntax, see the documentation provided in the Help directory for each wrapper.
Parameters
Name | Type | Description |
---|---|---|
outputfolderpath Required | String | Directs the report to the specified folder. |
onlylatest | Boolean | When false , the report includes build data for previous builds with published scan reports. |
reportchangedsince | String | Enter a date as MM/DD/YYYY . The report only includes build data for builds with scan reports that are either published or have changed since the specified date. The earliest date you can enter is January 1 of the current year. For example, "01/01/2023" . |