Skip to content

[CODE HEALTH] Fix clang-tidy param-not-moved in otlp grpc exporters (… #146

[CODE HEALTH] Fix clang-tidy param-not-moved in otlp grpc exporters (…

[CODE HEALTH] Fix clang-tidy param-not-moved in otlp grpc exporters (… #146

Workflow file for this run

name: FOSSA scanning
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1.9.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry