Skip to content

DEVXP-2811 - Add precommit #5

DEVXP-2811 - Add precommit

DEVXP-2811 - Add precommit #5

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches: ["main"]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci --config=p/default