Skip to main content

鍵ペアを説明する

鍵ペアを説明のコマンドは、以下のように始まります。

To download a scan, use the command:

smctl scan download <scan ID>

or

smctl sc dl <scan ID>

Flags

Describe scan commands support these flags:

1. Flags for describing a keypair

Shortcut

Flag

Description

 

--file string

File path to download report.

--report-type string

Type of the report.

Supported values are:

  • html

  • sbom

  • sarif

-h

--help

Help for describing a scan.


説明: 指定された鍵ペアIDの鍵ペアを記述・説明します。

コマンド:

smctl scan download --file <file path to store report> --report-type <html, sbom or sarif>

コマンドの例:

smctl scan download --file C:\Users\John.Doe\Documents\Reports --report-type sarif

Troubleshooting

For help with the delete scan command, use:

smctl scan download --help

Alternatively, use the abbreviated version of the command:

smctl sc download -h