Skip to content

fuzzing: improve coverage (#1809) #45

fuzzing: improve coverage (#1809)

fuzzing: improve coverage (#1809) #45

Workflow file for this run

name: CIFuzz
on:
push:
branches:
- main
permissions:
contents: read
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: "sigstore"
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: "sigstore"
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts