Go Properties

The properties for the fortify-sca.properties file in the following table apply to the translation of Go code.

Property Name Description
com.fortify.sca.
GOPATH

Specifies the root directory of your project/workspace.

Value Type: String

Default: (GOPATH system environment variable)

com.fortify.sca.
GOROOT
 

Specifies the location of the Go installation.

Value Type: String

Default: (GOROOT system environment variable)

com.fortify.sca.
GOPROXY

Specifies one or more comma-separated proxy URLs. You can also specify direct or off.

Value Type: String

Default: (GOPROXY system environment variable)

See Also

Translating Go Code