Skip to content

Add fuzzing target to fuzz return type and parameters #19

Add fuzzing target to fuzz return type and parameters

Add fuzzing target to fuzz return type and parameters #19

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:
target: "host_print"
max_total_time: 18000 # 5 hours in seconds
secrets: inherit
fuzzing:

Check failure on line 21 in .github/workflows/Fuzzing.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Fuzzing.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
uses: ./.github/workflows/dep_fuzzing.yml
with:
target: "guest_call"
max_total_time: 18000 # 5 hours in seconds
secrets: inherit