Skip to content

Fixing incorrect go pkg path when running with -compile=false

What does this MR do?

  • fixing an issue when running with -compile=false, the pathGoPkg is incorrectly set to default value.
  • adding -no-fail flag to gosec, and removing the exitStatus==1 check, beacuse it can fail with same code for various reasons before even starting analysis

What are the relevant issue numbers?

N/A

Does this MR meet the acceptance criteria?

Edited by Mohammed Talat

Merge request reports