Skip to content

Document remote authorization token exchange #10107

Document remote authorization token exchange

Document remote authorization token exchange #10107

Workflow file for this run

name: Static code analysis
on:
workflow_dispatch:
push:
branches:
- "main"
- "release-*"
pull_request:
jobs:
semgrep:
name: run-semgrep
runs-on: ubuntu-latest
container:
image: semgrep/semgrep:1.167.0@sha256:06938c1f365d3f67b8cedd8bc117607ae64253f88a0e768e9da9408548927dd6
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- run: semgrep scan --error --config auto
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}