Commit Graph

7 Commits

Author SHA1 Message Date
Khaled Yakdan eca2373d0d
helm: fix build by patching Go minimum version in go.mod (#9389)
heml specifies Go 1.17 as the minimum Go version, and this causes go mod
tidy to fail because Go 1.17 and Go 1.16 would select different versions
of a dependency (github.com/mattn/go-isatty). By default, tidy acts as
if the -compat flag were set to the version prior to the one indicated
by the 'go' directive in the go.mod file.

Since we use Go 1.19 to instrument the code, we patch the minimum
version in go.mod.
2023-01-10 11:12:33 +00:00
AdamKorcz 5024e8764d
helm: Update Dockerfile (#9049)
Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
2022-11-23 11:03:58 -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
Martin Hickey 8a165f0a06
Add email to Helm project (#7622)
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2022-04-25 13:58:58 +00:00
Marc Khouzam 24292641cf
Add email to helm project fuzzing (#7327)
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2022-02-25 15:00:29 +00:00
AdamKorcz e06b105b71
[helm] use upstream build script (#7313) 2022-02-21 18:23:39 +00:00
AdamKorcz e81aa6c0bd
[helm] Initial integration (#7291) 2022-02-16 14:52:08 +11:00