Skip to content

Commit

Permalink
Merge pull request #936 from dtbaum/grypeParser
Browse files Browse the repository at this point in the history
Change id of grype parser: from grypescanner to grype
  • Loading branch information
uhafner authored Jul 31, 2023
2 parents 8a5fc24 + 52de0dc commit 43906be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions SUPPORTED-FORMATS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- DO NOT EDIT -- Generated at 2023-07-26T22:22:13.878391 - Run the `main` method of `ParserRegistry` to regenerate after changing parsers -- DO NOT EDIT --->
<!--- DO NOT EDIT -- Generated at 2023-07-30T22:54:43.181363 - Run the `main` method of `ParserRegistry` to regenerate after changing parsers -- DO NOT EDIT --->
# Supported Report Formats

The static analysis model supports the following report formats.
Expand Down Expand Up @@ -940,14 +940,14 @@ If your tool is supported, but some properties are missing (icon, URL, etc.), pl
</tr>
<tr>
<td>
grypescanner
grype
</td>
<td>
<img src="https://user-images.githubusercontent.com/5199289/136855393-d0a9eef9-ccf1-4e2b-9d7c-7aad16a567e5.png" alt="Grype scanner" height="64" width="64">
<img src="https://user-images.githubusercontent.com/5199289/136855393-d0a9eef9-ccf1-4e2b-9d7c-7aad16a567e5.png" alt="Grype" height="64" width="64">
</td>
<td>
<a href="https://github.com/anchore/grype">
Grype scanner
Grype
</a>
</td>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Descriptor for Grype report parser.
*/
public class GrypeDescriptor extends ParserDescriptor {
private static final String ID = "grypescanner";
private static final String NAME = "Grype scanner";
private static final String ID = "grype";
private static final String NAME = "Grype";

GrypeDescriptor() {
super(ID, NAME);
Expand Down

0 comments on commit 43906be

Please sign in to comment.