We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8defc11 commit c7690f2Copy full SHA for c7690f2
.fossa.yml
@@ -0,0 +1,11 @@
1
+version: 3
2
+
3
+targets:
4
+ only:
5
+ - type: gradle
6
7
+experimental:
8
+ gradle:
9
+ configurations-only:
10
+ # consumer will only be exposed to these dependencies
11
+ - runtimeClasspath
.github/workflows/fossa.yml
@@ -0,0 +1,19 @@
+name: FOSSA
+on:
+ push:
+ branches:
+ - main
+permissions:
+ contents: read
+jobs:
12
+ fossa:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
17
+ - uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
18
+ with:
19
+ api-key: ${{secrets.FOSSA_API_KEY}}
0 commit comments