ExportFindings

描述

以 CSV 或 SARIF 格式导出扫描发现结果。

语法

ounceauto ExportFindings
-assessment <assessment path>
-type <export type>
-file <output location>
[-caller <caller>]
  • -assessment <assessment path>:要生成报告的评估文件的路径。
  • -type <export type>:导出报告的格式(CSV 或 SARIF)。
  • -file <output location>:保存报告的路径和文件名。
  • -caller <caller>:可选。为导出查找操作指定调用者。调用者可以是实际用户的名称。调用者名称将写入 ounceauto 日志文件。

返回值

如果成功,那么返回请求标识;如果请求提交不成功,那么返回 -1。

示例

  • 将发现结果导出为 sarif 文件:
    ounceauto exportfindings -assessment C:\Ounce\Data\Webgoat.ozasmt 
    -type SARIF 
    -file C:\reports\Webgoat.sarif
  • 将发现结果导出为 csv 文件:
    ounceauto exportfindings -assessment C:\Ounce\Data\Webgoat.ozasmt
    -type CSV 
    -file C:\Reports\Webgoat.csv