Skip to content

Merge pull request #98 from auth0/ulp-5290 #14

Merge pull request #98 from auth0/ulp-5290

Merge pull request #98 from auth0/ulp-5290 #14

Workflow file for this run

name: Semgrep
on:
pull_request_target: {}
push:
branches: ["master"]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}