You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `vuln-output-format` | Format for the vulnerability report when `vuln` is enabled(supports `json`, `html`, `csv`, `table`, or comma-separated values like `html,json`) | `cyclonedx-json`|
41
+
| `vuln-output-format` | Format for the vulnerability report when `vuln` is enabled<br>(supports `json`, `html`, `csv`, `table`, or comma-separated values like `html,json`) | `cyclonedx-json`|
42
42
| `vuln-output-file` | A specific file location to store the vulnerability report | |
43
43
44
44
## Example Usage
@@ -185,7 +185,7 @@ In the generated SBOM files, you will find CycloneDX metadata. Examples include:
185
185
"type": "application",
186
186
"author": "anchore",
187
187
"name": "syft",
188
-
"version": "1.21.0"
188
+
"version": "1.29.0"
189
189
}
190
190
]
191
191
},
@@ -216,7 +216,7 @@ In the generated SBOM files, you will find CycloneDX metadata. Examples include:
0 commit comments