Skip to content

Update README.md with Homebrew installation #73

Update README.md with Homebrew installation

Update README.md with Homebrew installation #73

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Python
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
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