Skip to content

Commit 0931c4e

Browse files
authored
Run fossa init with --include-all (#253)
1 parent b2d0e85 commit 0931c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- chore/fossa-workflow
7+
- chore/fossa-workflow*
88

99
defaults:
1010
run:
@@ -23,7 +23,7 @@ jobs:
2323
echo "$HOME/.local/bin" >> $GITHUB_PATH
2424
2525
- name: Fossa init
26-
run: fossa init
26+
run: fossa init --include-all
2727
- name: Set env
2828
run: echo "line_number=$(grep -n "project" .fossa.yml | cut -f1 -d:)" >> $GITHUB_ENV
2929
- name: Configuration

0 commit comments

Comments
 (0)