Skip to content

Merge pull request #6 from auth0/ci/add-semgrep-scanning #2

Merge pull request #6 from auth0/ci/add-semgrep-scanning

Merge pull request #6 from auth0/ci/add-semgrep-scanning #2

Workflow file for this run

name: "Semgrep"
on:
merge_group:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
schedule:
- cron: "30 0 1,15 * *"
jobs:
run:
if: github.actor != 'dependabot[bot]'
name: "Run"
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}