Skip to content

Commit 7c26380

Browse files
Fix sandbox issue
Fix sandbox issue
1 parent f7fc4c2 commit 7c26380

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/veracode-sandbox-scan.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
ref: ${{ github.event.client_payload.sha }}
2929
token: ${{ github.event.client_payload.token }}
3030
event_name: ${{ github.event.action }}
31+
build_runs_on: ${{ github.event.client_payload.user_config.build_runs_on }}
32+
build_packager_image: ${{ github.event.client_payload.user_config.build_packager_image }}
33+
build_predependency_command: ${{ github.event.client_payload.user_config.build_predependency_command }}
34+
ruby_version: ${{ github.event.client_payload.user_config.ruby_version }}
35+
bundle_version: ${{ github.event.client_payload.user_config.bundle_version }}
3136

3237
sandbox_scan:
3338
needs: build

0 commit comments

Comments
 (0)