Skip to content

chore: adding fuzzing tests #2

chore: adding fuzzing tests

chore: adding fuzzing tests #2

Workflow file for this run

name: ClusterFuzzLite PR fuzzing
on:
pull_request:
branches:
- develop
paths:
- "aws_lambda_powertools/**"
- ".clusterfuzzlite/**"
- "tests/fuzz/**"
permissions:
contents: read
jobs:
PR:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Build Fuzzers
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
language: python
github-token: ${{ secrets.GITHUB_TOKEN }}
sanitizer: address
- name: Run Fuzzers
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 30
mode: code-change
sanitizer: address