Skip to content

Merge pull request #50 from cybrota/fix/binary-size-inflation #113

Merge pull request #50 from cybrota/fix/binary-size-inflation

Merge pull request #50 from cybrota/fix/binary-size-inflation #113

Workflow file for this run

name: Run security scan
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
semgrep-scan:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.10"
- name: Install Semgrep
run: |
python -m pip install --upgrade pip
pip install semgrep
- name: Run Semgrep scan
run: semgrep scan