There was an error while loading. Please reload this page.
1 parent dd458e3 commit cf2f73cCopy full SHA for cf2f73c
1 file changed
.github/workflows/fossa.yml
@@ -0,0 +1,22 @@
1
+name: FOSSA Scan
2
+
3
+on:
4
+ push:
5
+ branches: [main, combined-sdk]
6
+ pull_request:
7
8
9
+permissions:
10
+ contents: read
11
12
+jobs:
13
+ fossa:
14
+ runs-on: ubuntu-latest
15
16
+ steps:
17
+ - uses: actions/checkout@v4
18
19
+ - uses: fossas/fossa-action@main
20
+ with:
21
+ api-key: ${{ secrets.FOSSA_API_KEY }}
22
+ branch: ${{ github.head_ref || github.ref_name }}
0 commit comments