mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
Update apis (#526)
* Update apis Closes #436 Updates APIs to 1.2-rc1 ahead of unscored round 2 * Update values.yaml * Bump competition/crs API to v1.2 * Breaking changes in competition api config * Check for SARIFs in CI (#527) * Check for SARIFs in CI * Remove trailing bracket --------- Co-authored-by: Henrik Brodin <90325907+hbrodin@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
||||
# - shared-tmp:/tmp
|
||||
|
||||
scantron:
|
||||
image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.1-rc7
|
||||
image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.2-rc1
|
||||
platform: linux/amd64
|
||||
privileged: true
|
||||
volumes:
|
||||
|
||||
@@ -39,3 +39,12 @@ api_host_and_port: "scantron:31323"
|
||||
# # github Personal Access token. This is used by the server to download the
|
||||
# # appropriate fuzz tooling if not using public repositories
|
||||
# pat: ghp_XXXXXXXXXXXXXXXXXXXXX
|
||||
generate:
|
||||
enabled: true
|
||||
delta:
|
||||
repo_url: "https://github.com/aixcc-finals/integration-test.git"
|
||||
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.1.0"
|
||||
fuzz_tooling_project_name: "integration-test"
|
||||
Reference in New Issue
Block a user