Skip to content

Commit

Permalink
Set the entrypoint explicitly to /bin/bash in the cloudbuild.yaml (#1009
Browse files Browse the repository at this point in the history
)

Signed-off-by: Caleb Brown <[email protected]>
  • Loading branch information
calebbrown authored Feb 7, 2024
1 parent d2372b7 commit 8f1905e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/cloudbuild/dynamic_loader/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ steps:
- 'DEST_TABLE=analysis'
- 'RESULT_BUCKET=gs://ossf-malware-analysis-results'
- 'SCHEMA_FILE=function/loader/dynamic-analysis-schema.json'
entrypoint: '/bin/bash'
args: ['scripts/bq_load.sh']
timeout: 43200s # 12 hours
options:
Expand Down

0 comments on commit 8f1905e

Please sign in to comment.