mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
Update oss-fuzz base to v1.3.0 (#879)
This commit is contained in:
committed by
GitHub
parent
b544494790
commit
bea67eaa09
@@ -46,5 +46,5 @@ generate:
|
||||
base_ref: "5ac0917575e20464b5aa86434dff2a7626b558b4"
|
||||
head_ref: "challenges/integration-test-delta-01"
|
||||
fuzz_tooling_url: "https://github.com/aixcc-finals/oss-fuzz-aixcc.git"
|
||||
fuzz_tooling_ref: "v1.2.1"
|
||||
fuzz_tooling_ref: "v1.3.0"
|
||||
fuzz_tooling_project_name: "integration-test"
|
||||
|
||||
@@ -43,6 +43,6 @@ data:
|
||||
base_ref: "5ac0917575e20464b5aa86434dff2a7626b558b4"
|
||||
head_ref: "challenges/integration-test-delta-01"
|
||||
fuzz_tooling_url: "https://github.com/aixcc-finals/oss-fuzz-aixcc.git"
|
||||
fuzz_tooling_ref: "v1.2.1"
|
||||
fuzz_tooling_ref: "v1.3.0"
|
||||
fuzz_tooling_project_name: "integration-test"
|
||||
{{- end }}
|
||||
|
||||
@@ -15,6 +15,16 @@ resources:
|
||||
|
||||
# List of images to pull
|
||||
imagesToPull:
|
||||
- ghcr.io/aixcc-finals/base-runner:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-builder:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-image:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-clang:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-runner-debug:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-builder-jvm:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-builder-ruby:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-builder-go:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-builder-python:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-builder-rust:v1.3.0
|
||||
- ghcr.io/aixcc-finals/base-runner:v1.2.1
|
||||
- ghcr.io/aixcc-finals/base-builder:v1.2.1
|
||||
- ghcr.io/aixcc-finals/base-image:v1.2.1
|
||||
@@ -44,4 +54,4 @@ imagesToPull:
|
||||
- ghcr.io/aixcc-finals/base-builder-ruby:v1.0.0
|
||||
- ghcr.io/aixcc-finals/base-builder-go:v1.0.0
|
||||
- ghcr.io/aixcc-finals/base-builder-python:v1.0.0
|
||||
- ghcr.io/aixcc-finals/base-builder-rust:v1.0.0
|
||||
- ghcr.io/aixcc-finals/base-builder-rust:v1.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
ARG BASE_IMAGE=ghcr.io/aixcc-finals/base-runner:v1.2.1
|
||||
ARG BASE_IMAGE=ghcr.io/aixcc-finals/base-runner:v1.3.0
|
||||
|
||||
FROM $BASE_IMAGE AS runner-base
|
||||
RUN apt-get update
|
||||
|
||||
Reference in New Issue
Block a user