Skip to content

Commit

Permalink
fix build checks for ubuntu by reformat the javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuatjava committed Jan 1, 2021
1 parent fb5e0a9 commit f834a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/edu/hm/hafner/analysis/parser/TrivyParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

/**
* <p>
* Parser for reports of aquasec trivy container scanner
* Parser for reports of aquasec trivy container vulnerability scanner
* </p>
* <p>
* <strong>Usage: </strong>trivy image -f json -o results.json golang:1.12-alpine
* </p>
*
* @author Thomas Fürer <tfuerer.javanet@gmail.com>
* @author Thomas Fürer - tfuerer.javanet@gmail.com
*/
public class TrivyParser extends IssueParser {
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit f834a69

Please sign in to comment.