Skip to content

Add support to specify where go builds the app and optionally skip dependency fetching

Daniel Paul Searles requested to merge go-pkg-path-config into master

What does this MR do?

  • Add GOSEC_GO_PKG_PATH variable for telling the analyzer where to compile the go app.
  • Add COMPILE variable for optionally skipping dependency fetching (when users wish to handle GOPATH manually)
  • Change dependency fetching to download only, no need to build/install by default

What are the relevant issue numbers?

gitlab-org/gitlab#330678 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports