Projects STRLCPY grype Commits 9ba7a6a1
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 246 lines
    247 247  grype <image> -o <format>
    248 248  ```
    249 249   
    250  -Where the `format`s available are:
     250 +Where the formats available are:
    251 251   
    252 252  - `table`: A columnar summary (default).
    253  -- `cyclonedx`: An XML report conforming to the [CycloneDX 1.2](https://cyclonedx.org/) specification.
     253 +- `cyclonedx`: An XML report conforming to the [CycloneDX 1.4 specification](https://cyclonedx.org/specification/overview/).
     254 +- `cyclonedx-json`: A JSON report conforming to the [CycloneDX 1.4 specification](https://cyclonedx.org/specification/overview/).
    254 255  - `json`: Use this to get as much information out of Grype as possible!
    255 256  - `template`: Lets the user specify the output format. See ["Using templates"](#using-templates) below.
    256 257   
    skipped 448 lines
Please wait...
Page is in error, reload to recover