Skip to content

Commit

Permalink
Cr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orz25 committed Dec 31, 2023
1 parent ca7e0cc commit 26719f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/services/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (ss *ScanService) ScanGraph(scanParams XrayGraphScanParams) (string, error)
}
scanParams.MultiScanId = multiScanId
if err = os.Setenv("JF_MSI", multiScanId); err != nil {
errorutils.CheckErrorf("failed setting msi as environment variable. Cause: %s", err.Error())
log.Warn(errorutils.CheckErrorf("failed setting msi as environment variable. Cause: %s", err.Error()))
}
}

Expand Down

0 comments on commit 26719f7

Please sign in to comment.