Skip to content

Commit

Permalink
merge new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deviprasad303 committed Feb 10, 2023
1 parent 9124c6b commit 4b6a3df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func StartMalwareScan(req ctl.StartMalwareScanRequest) error {
Container: &pb.MalwareContainer{Id: req.NodeId},
}}
case ctl.Image:
splits := strings.Split(req.NodeId, ";")
splits := strings.Split(req.BinArgs["node_id"], ";")

if len(splits) != 2 {
return errors.New("image id format is incorrect")
Expand Down

0 comments on commit 4b6a3df

Please sign in to comment.