Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Disable gomod when running fossa
Browse files Browse the repository at this point in the history
Go is unable to convert our Gopkg.toml into a go mod.

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
  • Loading branch information
rumpl authored and ndeloof committed Oct 15, 2019
1 parent 64e685e commit b9f8d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ coverage: coverage-test-unit coverage-test-e2e ## run tests with coverage

fossa-analyze:
docker run -i --rm -e FOSSA_API_KEY \
-e GO111MODULE=on \
-e GO111MODULE=off \
-v $(CURDIR)/$*:/go/src/github.com/docker/app \
-w /go/src/github.com/docker/app \
$(BUILD_ANALYZER) analyze $(FOSSA_OPTS) --branch $(BRANCH_NAME)
Expand Down

0 comments on commit b9f8d49

Please sign in to comment.