Skip to content

feat: stabilization of opentelemetry-etw-logs (#247) #1

feat: stabilization of opentelemetry-etw-logs (#247)

feat: stabilization of opentelemetry-etw-logs (#247) #1

Workflow file for this run

name: FOSSA scanning
permissions:
contents: read
on:
push:
branches:
- main
jobs:
fossa:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry