Skip to content

Commit

Permalink
remove double assign setJas
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 29, 2024
1 parent e33578b commit 1ac3bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scandetails.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (sc *ScanDetails) RunInstallAndAudit(workDirs ...string) (auditResults *res
SetIgnoreConfigFile(true).
SetServerDetails(sc.ServerDetails).
SetInstallCommandName(sc.InstallCommandName).
SetInstallCommandArgs(sc.InstallCommandArgs).SetUseJas(true).
SetInstallCommandArgs(sc.InstallCommandArgs).
SetTechnologies(sc.GetTechFromInstallCmdIfExists()).
SetSkipAutoInstall(sc.skipAutoInstall).
SetAllowPartialResults(sc.allowPartialResults).
Expand Down

0 comments on commit 1ac3bac

Please sign in to comment.