File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11terraform {
22 backend "azurerm" {
3- resource_group_name = " tfstate-rg"
4- storage_account_name = " tfstateserviceact " # "tfstateserviceactprod "
3+ resource_group_name = " example- tfstate-rg"
4+ storage_account_name = " tffinalacc "
55 container_name = " tfstate"
66 key = " terraform.tfstate"
77 }
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ global:
44 ossFuzzContainerOrg: "${FUZZ_TOOLING_CONTAINER_ORG}"
55 logMaxLineLength: 10240
66 orchestratorImage:
7- tag: "v0.4.2 "
7+ tag: "v0.4.3 "
88 fuzzerImage:
9- tag: "v0.4.2 "
9+ tag: "v0.4.3 "
1010 seedGenImage:
11- tag: "v0.4.2 "
11+ tag: "v0.4.3 "
1212 patcherImage:
13- tag: "v0.4.2 "
13+ tag: "v0.4.3 "
1414 programModelImage:
15- tag: "v0.4.2 "
15+ tag: "v0.4.3 "
1616
1717 langfuse:
1818 enabled: ${LANGFUSE_ENABLED}
Original file line number Diff line number Diff line change 11[project ]
22name = " orchestrator"
3- version = " 0.4.2 "
3+ version = " 0.4.3 "
44description = " Buttercup orchestrator"
55readme = " README.md"
66authors = [{ name = " Trail of Bits" , email = " opensource@trailofbits.com" }]
You can’t perform that action at this time.
0 commit comments