Skip to content

Semgrep

Semgrep #837

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: Semgrep
on:
schedule:
- cron: 0 0 * * MON-FRI
pull_request:
branches:
- main
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: semgrep/semgrep@sha256:aeb24a8f042cb60fc64a87c6e52b01033fb11442fd224ccc41cc363f5ca3aa10
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Semgrep CI
run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}