Skip to content

Commit

Permalink
chore: fix fossa (#5638)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jul 25, 2021
1 parent ab3e8e1 commit 9fd840f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- chore/test_fossa

defaults:
run:
Expand All @@ -15,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update fossa permissions
run: sudo chmod -R 755 /usr/local/bin
- name: Fossa init
run: |-
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
Expand Down

0 comments on commit 9fd840f

Please sign in to comment.