Skip to content

Parameters

Parameters #140

Workflow file for this run

name: Semgrep
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
container:
# A Docker image with Semgrep installed. Do not change this.
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci