Skip to content

Commit e98d060

Browse files
committed
build with non-dockerised makefile
Signed-off-by: Guillaume Tardif <[email protected]>
1 parent 919fba8 commit e98d060

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugins/scan.installer

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ build() {
1717
cd "${DEST}"
1818
git fetch --all
1919
git checkout -q "${COMMIT}"
20-
make build
21-
mv /bin/docker-scan_linux_amd64 /bin/docker-scan
20+
GO111MODULE=on go mod download
21+
GO111MODULE=on make -f builder.Makefile build
22+
mv ./bin/docker-scan_linux_amd64 ./bin/docker-scan
2223
)
2324
}
2425

0 commit comments

Comments
 (0)