github.com/cloudflare/circl@v1.5.0/.github/workflows/semgrep.yml (about)

     1  on:
     2    pull_request: {}
     3    workflow_dispatch: {}
     4    push:
     5      branches:
     6        - main
     7    schedule:
     8      - cron: '0 0 * * *'
     9  name: Semgrep
    10  jobs:
    11    semgrep:
    12      name: semgrep/ci
    13      runs-on: ubuntu-latest
    14      env:
    15        SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
    16        SEMGREP_URL: https://cloudflare.semgrep.dev
    17        SEMGREP_APP_URL: https://cloudflare.semgrep.dev
    18        SEMGREP_VERSION_CHECK_URL: https://cloudflare.semgrep.dev/api/check-version
    19      container:
    20        image: semgrep/semgrep
    21      steps:
    22        - uses: actions/checkout@v4
    23        - run: semgrep ci --verbose