Skip to content

docs(boxsdkgen): Query insights API (box/box-openapi#610) #24

docs(boxsdkgen): Query insights API (box/box-openapi#610)

docs(boxsdkgen): Query insights API (box/box-openapi#610) #24

Workflow file for this run

name: FOSSA Scan
on:
push:
branches: [main, combined-sdk]
pull_request:
branches: [main, combined-sdk]
permissions:
contents: read
jobs:
fossa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
branch: ${{ github.head_ref || github.ref_name }}