Skip to content

Merge pull request #2 from samuelcotterall/chore/gitignore-scan-reports #2

Merge pull request #2 from samuelcotterall/chore/gitignore-scan-reports

Merge pull request #2 from samuelcotterall/chore/gitignore-scan-reports #2

Workflow file for this run

name: Security scans
on:
push:
branches: ["main", "master"]
pull_request:
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Semgrep
uses: returntocorp/semgrep-action@v1
with:
config: p/ci
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run gitleaks
uses: zricethezav/gitleaks-action@v2
with:
args: detect --source . --exit-code 1