Commit Graph

7 Commits

Author SHA1 Message Date
AdamKorcz ff8fb6640c
rekor: git clone in Dockerfile and bump Go (#9918)
The `git clone`s were removed from the upstream build script.

Bump Go to 1.20.2.

Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-03-13 07:28:34 -07:00
AdamKorcz 53ff2c9f45
rekor: do not chmod upstream build script (#9675)
Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-02-10 07:39:10 -08:00
AdamKorcz c2d91d5855
rekor: fix broken build (#9194)
Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-12-13 10:51:56 +00:00
AdamKorcz 962266c5b0
rekor: use upstream build script (#9104)
The build script is now maintained here:
https://github.com/sigstore/rekor/blob/main/tests/oss_fuzz.sh

Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-12-01 05:15:31 -08:00
AdamKorcz 322be352aa
rekor: add fuzzer to build script (#9033)
Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-11-22 04:15:22 -08:00
AdamKorcz 63c99caae9
Refactor infra of Go 1.18 fuzzers (#8937)
`go-118-fuzz-build` is undergoing refactoring to fix some runtime issues
affecting Rekor and other projects. Currently none of Rekors fuzzers
run. This PR has been tested on all of Rekors fuzzers that will run with
this PR.

This PR modifies the infra OSS-Fuzz build script to adapt to the
upstream changes.

Cloning the `dev` branch of `go-118-fuzz-build` is a temporary solution
until it gets merged into `main` upstream.
Cloning go-118-fuzz-build in each build script is also a temporary
measure until `dev` gets merged into `main`.

Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-11-21 17:55:11 +00:00
Naveen 823073f694
New - Sigstore rekor (#8877)
Fuzzing of Sigstore rekor
cc @bobcallaway
Signed-off-by: naveensrinivasan
<172697+naveensrinivasan@users.noreply.github.com>

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-10-28 13:05:29 -04:00