chore: fix fossa (#5638)

This commit is contained in:
Erez Rokah 2021-07-25 11:05:45 +02:00 committed by GitHub
parent ab3e8e1f5a
commit 9fd840fd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- chore/test_fossa
defaults:
run:
@ -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