Browse Source

meta(gha): Deploy action enforce-license-compliance.yml (#33460)

Chad Whitacre 2 years ago
parent
commit
8d0f43d8b7
1 changed files with 16 additions and 0 deletions
  1. 16 0
      .github/workflows/enforce-license-compliance.yml

+ 16 - 0
.github/workflows/enforce-license-compliance.yml

@@ -0,0 +1,16 @@
+name: Enforce License Compliance
+
+on:
+  push:
+    branches: [master, main, release/*]
+  pull_request:
+    branches: [master, main]
+
+jobs:
+  enforce-license-compliance:
+    runs-on: ubuntu-latest
+    steps:
+      - name: 'Enforce License Compliance'
+        uses: getsentry/action-enforce-license-compliance@main
+        with:
+          fossa_api_key: ${{ secrets.FOSSA_API_KEY }}