File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/amazonaws/gurureviewercli/adapter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ public static void saveResults(final Path outputDir,
4848 final ScanMetaData scanMetaData ) throws IOException {
4949 val jsonFile = outputDir .resolve ("recommendations.json" );
5050 JsonUtil .storeRecommendations (results , jsonFile );
51- Log .info ("Recommendations in Json format written to to :%n%s" , jsonFile .normalize ().toUri ());
51+ Log .info ("Recommendations in Json format written to:%n%s" , jsonFile .normalize ().toUri ());
5252 val sarifFile = outputDir .resolve ("recommendations.sarif.json" );
5353 JsonUtil .writeSarif (createSarifReport (results ), sarifFile );
54- Log .info ("Recommendations in SARIF format written to to :%n%s" , sarifFile .normalize ().toUri ());
54+ Log .info ("Recommendations in SARIF format written to:%n%s" , sarifFile .normalize ().toUri ());
5555
5656 createHtmlReport (outputDir , scanMetaData , results );
5757 }
You can’t perform that action at this time.
0 commit comments