We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b101a9c commit 41a631bCopy full SHA for 41a631b
.github/workflows/fossa.yml
@@ -0,0 +1,20 @@
1
+name: FOSSA scanning
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+permissions:
9
+ contents: read
10
11
+jobs:
12
+ fossa:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
17
+ - uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
18
+ with:
19
+ api-key: ${{secrets.FOSSA_API_KEY}}
20
+ team: OpenTelemetry
0 commit comments