Skip to content

Semgrep

Semgrep #138

Workflow file for this run

name: Semgrep
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
schedule:
# Execute every day at 2:00
- cron: '0 2 * * *'
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
steps:
- uses: actions/checkout@v3
- name: Semgrep
id: semgrep
uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}