Skip to content

WIP: otel baggage support proof of concept #1532

WIP: otel baggage support proof of concept

WIP: otel baggage support proof of concept #1532

name: Datadog Static Analysis
on:
pull_request:
push:
branches: [master]
jobs:
static-analysis:
runs-on: ubuntu-latest
name: Datadog Static Analyzer
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check code meets quality and security standards
id: datadog-static-analysis
uses: DataDog/datadog-static-analyzer-github-action@v1
with:
dd_api_key: ${{ secrets.DD_STATIC_ANALYSIS_API_KEY }}
dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY }}
dd_service: dd-trace-js
dd_env: ci
dd_site: datadoghq.com
cpu_count: 2