Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b9f8d49

Browse files
rumplndeloof
authored andcommitted
Disable gomod when running fossa
Go is unable to convert our Gopkg.toml into a go mod. Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent 64e685e commit b9f8d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ coverage: coverage-test-unit coverage-test-e2e ## run tests with coverage
109109

110110
fossa-analyze:
111111
docker run -i --rm -e FOSSA_API_KEY \
112-
-e GO111MODULE=on \
112+
-e GO111MODULE=off \
113113
-v $(CURDIR)/$*:/go/src/github.com/docker/app \
114114
-w /go/src/github.com/docker/app \
115115
$(BUILD_ANALYZER) analyze $(FOSSA_OPTS) --branch $(BRANCH_NAME)

0 commit comments

Comments
 (0)