Skip to content

Commit 54161aa

Browse files
(feat): Re-enable FOSSA (#47860)
This PR re-enables FOSSA license compliance scans. The action has been running for a few days now in all repos except `getsentry`, `snuba`, and `sentry` without issues. Changes have been made to the action to make sure it is more resilient to FOSSA errors (outages, network issues) Here's the relevant PR in the license scan action: getsentry/action-enforce-license-compliance#16
1 parent 404ca79 commit 54161aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enforce-license-compliance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Enforce License Compliance'
12-
uses: getsentry/action-enforce-license-compliance@693b4f5a92ea8629db875f0226b05e8af43c95ae # main
12+
uses: getsentry/action-enforce-license-compliance@6599a041195852debba3417e069829060d671e76 # main
1313
with:
1414
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)