Skip to content

Commit 3331f46

Browse files
committed
Add fossa config to include only main project
1 parent 66eb488 commit 3331f46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.fossa.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 3
2+
targets:
3+
only:
4+
- type: gradle
5+
path: ./
6+
target: ':json-schema-validator'

.github/workflows/fossa-analyze.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
pull_request_target:
55
branches:
66
- main
7+
paths:
8+
- 'gradle/**'
79
push:
810
branches:
911
- main
1012
paths:
11-
- 'gradle/libs.versions.toml'
13+
- 'gradle/**'
1214
workflow_dispatch:
1315

1416
jobs:

0 commit comments

Comments
 (0)