Skip to content

Wire up the ETag from S3's upload response back to the BlobDTO's MD5 field, to handle multipart upload correctly #2106

Wire up the ETag from S3's upload response back to the BlobDTO's MD5 field, to handle multipart upload correctly

Wire up the ETag from S3's upload response back to the BlobDTO's MD5 field, to handle multipart upload correctly #2106

Workflow file for this run

---
name: Run semgrep checks
on:
pull_request:
branches: [master]
permissions:
contents: read
jobs:
run-semgrep-reusable-workflow:
uses: snowflakedb/reusable-workflows/.github/workflows/semgrep-v2.yml@main
secrets:
token: ${{ secrets.SEMGREP_APP_TOKEN }}