Skip to content

Commit 011554f

Browse files
committed
[PLUTO-1396] rem continue
1 parent 2bc5e47 commit 011554f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/analyze.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ var analyzeCmd = &cobra.Command{
258258
tmpFile := filepath.Join(tmpDir, fmt.Sprintf("%s.sarif", toolName))
259259
if err := runTool(workDirectory, toolName, args, tmpFile); err != nil {
260260
log.Printf("Tool failed to run: %s: %v\n", toolName, err)
261-
continue
262261
}
263262
sarifOutputs = append(sarifOutputs, tmpFile)
264263
}

0 commit comments

Comments
 (0)