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

Commit 2b33692

Browse files
committed
Removed dependencies from .fossa file and turned on GOMODULE
Signed-off-by: Zuhayr Elahi <[email protected]>
1 parent 814df63 commit 2b33692

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.fossa.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,3 @@ analyze:
2020
type: go
2121
target: github.com/docker/app/cmd/docker-app-standalone
2222
path: cmd/docker-app-standalone
23-
- name: github.com/docker/app/pkg/yatee/gopher
24-
type: go
25-
target: github.com/docker/app/pkg/yatee/gopher
26-
path: pkg/yatee/gopher
27-
- name: github.com/docker/app/pkg/yatee/samples
28-
type: go
29-
target: github.com/docker/app/pkg/yatee/samples
30-
path: pkg/yatee/samples

Makefile

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

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

0 commit comments

Comments
 (0)