Skip to content

feat: platform security foundation, Pro waitlist, and UX improvements #88

feat: platform security foundation, Pro waitlist, and UX improvements

feat: platform security foundation, Pro waitlist, and UX improvements #88

Workflow file for this run

name: Semgrep
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
schedule:
- cron: '20 4 * * 1'
workflow_dispatch: {}
concurrency:
group: semgrep-${{ github.ref }}
cancel-in-progress: true
jobs:
semgrep:
name: Semgrep
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
permissions:
contents: read
container:
image: semgrep/semgrep
steps:
- uses: actions/checkout@v6
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}