Skip to content

Commit

Permalink
upgrade fossa cli to latest and remove unused fossa.yml (#1196)
Browse files Browse the repository at this point in the history
* fossa.yml is deprecated

* point fossa cli commandline to the latest
  • Loading branch information
shijiesheng committed Nov 4, 2022
1 parent dcaec77 commit 2bccc5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/fossa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -exo pipefail

curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b ~/
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash -s -- -b ~/

~/fossa analyze

Expand Down
18 changes: 0 additions & 18 deletions .fossa.yml

This file was deleted.

0 comments on commit 2bccc5c

Please sign in to comment.