Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

(3/3) Add variant for pico with waveshare and GPS hat (#3412) #2

(3/3) Add variant for pico with waveshare and GPS hat (#3412)

(3/3) Add variant for pico with waveshare and GPS hat (#3412) #2

---
name: Semgrep Differential Scan
on: pull_request
jobs:
semgrep-diff:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
# step 1
- name: clone application source code
uses: actions/checkout@v3
with:
fetch-depth: 0
# step 2
- name: differential scan
run: |
semgrep scan \
--error \
--metrics=off \
--baseline-commit ${{ github.event.pull_request.base.sha }} \
--config="p/default"