Skip to content

Commit febf542

Browse files
authored
Update anchore_grype.md
1 parent 26558a3 commit febf542

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/en/connecting_your_tools/parsers/file/anchore_grype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ grype yourApp/example-page --output=json=example_vulns.json
1414

1515
It's possible to instruct Anchore to organize all findings by CVE (vs GHSA, RHSA, etc) using the `--by-cve` parameter.
1616
Considerations:
17-
- Using `--by-cve` could lead to more findings being created as some advisories fix multiple CVEs at once.
18-
- Mixing reports generated with `--by-cve` and without can lead to unpredicatble results
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.
1919

2020
### Acceptable JSON Format
2121
All properties are expected as strings and are required by the parser.

0 commit comments

Comments
 (0)