Skip to content

[release] 2.0.33

[release] 2.0.33 #22

name: Semgrep scan
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
public-repo-job:
runs-on: ubuntu-latest
if: ${{ github.event.repository.private == false }}
container:
image: semgrep/semgrep
steps:
- uses: actions/[email protected]
- name: run on public repo
run: semgrep ci &> /dev/null
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN_PUBLIC }}