Skip to content

Fuzzing Workflow

Fuzzing Workflow #8

Workflow file for this run

name: Fuzzing Workflow
on:
schedule:
- cron: '0 0 * * 0' # Runs at 00:00 every Sunday
workflow_dispatch: # Allow manual triggering
permissions:
id-token: write
contents: read
jobs:
fuzzing:
uses: ./.github/workflows/dep_fuzzing.yml
with:
max_total_time: 18000 # 5 hours in seconds
secrets: inherit