From 8fc1754df70463ac10588327940a943e39f3ef2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 23 Aug 2022 15:30:32 +0200 Subject: [PATCH] chore: fix fossa ci job (#4382) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/fossa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index b8f8a9b0ca..a0922c11f8 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -1,9 +1,9 @@ name: FOSSA on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] permissions: read-all @@ -24,6 +24,6 @@ jobs: run: | export GOPATH=$HOME/go export PATH=$PATH:$(go env GOPATH)/bin - curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash + curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash fossa init fossa analyze \ No newline at end of file