Skip to content

Commit 4737df3

Browse files
Dean-Coakleypleshakov
authored andcommitted
Update to latest fossa release
1 parent e21451c commit 4737df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ script:
1616
before_install:
1717
- echo "PR Slug:${TRAVIS_PULL_REQUEST_SLUG}"
1818
- if [[ "${TRAVIS_PULL_REQUEST_SLUG}" == "nginxinc/kubernetes-ingress" || "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
19-
wget https://${fossalocation}/${fossafile} && tar xzf ${fossafile}
19+
wget https://github.com/fossas/fossa-cli/releases/download/v1.0.27/fossa-cli_1.0.27_linux_amd64.tar.gz && tar xzf fossa-cli_1.0.27_linux_amd64.tar.gz
2020
&& ./fossa init
2121
&& GO111MODULE=on FOSSA_API_KEY=${fossapush} ./fossa analyze -t kubernetes-ingress -b ${TRAVIS_BRANCH}; fi
2222
- echo "Checking ingress controller for linting errors" && wget -O - -q ${golangci_lint} | sh -s v1.17.1
23-
- export PATH="$PATH:./bin" && make lint
23+
- export PATH="$PATH:./bin" && make lint

0 commit comments

Comments
 (0)