Skip to content

unixPB: adds roles xcode_offline and brew to Unix_Playbook #197

unixPB: adds roles xcode_offline and brew to Unix_Playbook

unixPB: adds roles xcode_offline and brew to Unix_Playbook #197

Workflow file for this run

---
name: Semgrep Differential Scan
on:
pull_request:
jobs:
semgrep-diff:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
# Step 1: Clone application source code
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
# Step 2: Differential scan
- name: Differential scan
run: |
semgrep ci \
--config="p/trailofbits"