diff --git a/.fossa.yaml b/.fossa.yaml new file mode 100644 index 0000000..5c6c2f2 --- /dev/null +++ b/.fossa.yaml @@ -0,0 +1,9 @@ +version: 3 + +server: https://app.fossa.com + +project: + id: github.com/openfga/spring-boot-starter + name: openfga/spring-boot-starter + link: openfga.dev + url: https://github.com/openfga/spring-boot-starter \ No newline at end of file diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 3e12409..16a6535 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -23,7 +23,6 @@ jobs: uses: fossas/fossa-action@main with: api-key: ${{ secrets.FOSSA_API_KEY }} - project: spring-boot-starter run-tests: true build: name: Run Checks