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 e0dad0f commit d611745Copy full SHA for d611745
.fossa.yml
@@ -0,0 +1,4 @@
1
+version: 3
2
+targets:
3
+ exclude:
4
+ - type: setuptools
.github/workflows/enforce-license-compliance.yml
@@ -19,7 +19,16 @@ jobs:
19
distribution: 'temurin'
20
java-version: '17'
21
22
+ - name: Checkout
23
+ uses: actions/checkout@v4
24
+
25
+ # TODO: remove this when upstream is fixed
26
+ - name: Disable Gradle configuration cache (see https://github.com/fossas/fossa-cli/issues/872)
27
+ run: sed -i 's/^org.gradle.configuration-cache=.*/org.gradle.configuration-cache=false/' gradle.properties
28
29
- name: 'Enforce License Compliance'
30
uses: getsentry/action-enforce-license-compliance@main
31
with:
32
+ skip_checkout: 'true'
33
+ fossa_test_timeout_seconds: 3600
34
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}
0 commit comments