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
It's possible to instruct Anchore to organize all findings by CVE (vs GHSA, RHSA, etc) using the `--by-cve` parameter.
16
+
Considerations:
17
+
- Using `--by-cve` could lead to more, or different Findings being created as some advisories fix multiple CVEs at once.
18
+
- We recommend you consistently choose whether to use this flag or not in your report generation. Mixing reports generated with `--by-cve` and without (via Reimport, for example) can lead to unpredictable results, such as mismatched Hash Codes.
19
+
15
20
### Acceptable JSON Format
16
21
All properties are expected as strings and are required by the parser.
0 commit comments