Skip to content

Commit

Permalink
remove redundant set
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Nov 28, 2024
1 parent 87e3b39 commit c5d16fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/audit/scarunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ func runScaWithTech(tech techutils.Technology, params *AuditParams, serverDetail
SetFixableOnly(params.fixableOnly).
SetSeverityLevel(params.minSeverityFilter.String())

scanGraphParams.XrayGraphScanParams().XrayVersion = scanGraphParams.XrayVersion()

techResults, err = sca.RunXrayDependenciesTreeScanGraph(flatTree, tech, scanGraphParams)
if err != nil {
return
Expand Down

0 comments on commit c5d16fa

Please sign in to comment.