We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35bf046 + 7c26380 commit 9e81197Copy full SHA for 9e81197
.github/workflows/veracode-sandbox-scan.yml
@@ -28,6 +28,11 @@ jobs:
28
ref: ${{ github.event.client_payload.sha }}
29
token: ${{ github.event.client_payload.token }}
30
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 }}
36
37
sandbox_scan:
38
needs: build
0 commit comments