chore: fix fossa (#5638)
This commit is contained in:
parent
ab3e8e1f5a
commit
9fd840fd71
3
.github/workflows/fossa.yml
vendored
3
.github/workflows/fossa.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- chore/test_fossa
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@ -15,6 +16,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Update fossa permissions
|
||||||
|
run: sudo chmod -R 755 /usr/local/bin
|
||||||
- name: Fossa init
|
- name: Fossa init
|
||||||
run: |-
|
run: |-
|
||||||
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.sh | bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user