Skip to content

Commit a23b667

Browse files
chore: adding fuzzing tests
1 parent fcd457b commit a23b667

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cflite_pr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- "aws_lambda_powertools/**"
99
- ".clusterfuzzlite/**"
10+
- "tests/fuzz/**"
1011

1112
permissions:
1213
contents: read
@@ -20,17 +21,17 @@ jobs:
2021
steps:
2122
- name: Build Fuzzers
2223
id: build
23-
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
24+
uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
2425
with:
2526
language: python
2627
github-token: ${{ secrets.GITHUB_TOKEN }}
2728
sanitizer: address
2829

2930
- name: Run Fuzzers
3031
id: run
31-
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
32+
uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
3233
with:
3334
github-token: ${{ secrets.GITHUB_TOKEN }}
34-
fuzz-seconds: 300
35+
fuzz-seconds: 30
3536
mode: code-change
3637
sanitizer: address

0 commit comments

Comments
 (0)