Skip to content

docs: ship static OpenAPI spec and UI download (#28) #90

docs: ship static OpenAPI spec and UI download (#28)

docs: ship static OpenAPI spec and UI download (#28) #90

Workflow file for this run

name: SAST (Semgrep)
on:
push: {}
pull_request: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Semgrep (OSS rules)
uses: semgrep/semgrep-action@v1
with:
config: auto
env:
SEMGREP_SEND_METRICS: "off"