Skip to content

semgrep

semgrep #4

Workflow file for this run

name: Semgrep Scan
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install Semgrep
run: pip install semgrep
- name: Run Semgrep
run: semgrep --config .semgrep.yml .