Skip to content

Commit

Permalink
Merge pull request #63 from veracode/SDEVX-587
Browse files Browse the repository at this point in the history
Fix sandbox issue
  • Loading branch information
veraakarthikbharadwaj authored Sep 12, 2024
2 parents 35bf046 + 7c26380 commit 9e81197
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/veracode-sandbox-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
ref: ${{ github.event.client_payload.sha }}
token: ${{ github.event.client_payload.token }}
event_name: ${{ github.event.action }}
build_runs_on: ${{ github.event.client_payload.user_config.build_runs_on }}
build_packager_image: ${{ github.event.client_payload.user_config.build_packager_image }}
build_predependency_command: ${{ github.event.client_payload.user_config.build_predependency_command }}
ruby_version: ${{ github.event.client_payload.user_config.ruby_version }}
bundle_version: ${{ github.event.client_payload.user_config.bundle_version }}

sandbox_scan:
needs: build
Expand Down

0 comments on commit 9e81197

Please sign in to comment.