Skip to content

feat: add fuzz testing #38

feat: add fuzz testing

feat: add fuzz testing #38

Workflow file for this run

name: Security Checks
on: [pull_request]
jobs:
semgrep:
name: Static analysis (semgrep)
continue-on-error: true
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.action != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci
env:
SEMGREP_RULES: >-
p/security-audit
p/secrets
p/supply-chain
p/rust