Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Aug 16, 2023
1 parent 1e9e5fd commit b666f49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xray/audit/jas/jasmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ func GetExtendedScanResults(xrayResults []services.ScanResponse, dependencyTrees
}
defer func() {
cleanup := scanner.scannerDirCleanupFunc
if cleanup != nil {
err = errors.Join(err, cleanup())
}
err = errors.Join(err, cleanup())
}()
applicabilityScanResults, err := getApplicabilityScanResults(
xrayResults, dependencyTrees, scannedTechnologies, scanner)
Expand Down

0 comments on commit b666f49

Please sign in to comment.