Skip to content

Sync with Pro

Sync with Pro #16327

Workflow file for this run

# AUTOGENERATED FROM semgrep.jsonnet DO NOT MODIFY
jobs:
semgrep-ci:
container:
image: semgrep/semgrep:canary
env:
E2E_APP_TOKEN: ${{ secrets.SEMGREP_E2E_APP_TOKEN }}
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
if: (github.actor != 'dependabot[bot]')
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: semgrep ci
name: semgrep
on:
pull_request_target: {}
push:
branches:
- develop
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: 50 15 * * *