@@ -3,7 +3,7 @@ name: "aws-lambda-ruby-patched:3.2"
33on :
44 pull_request :
55 paths :
6- - " ./ Dockerfile-ruby3.2-patched"
6+ - " Dockerfile-ruby3.2-patched"
77
88jobs :
99 build-and-push :
@@ -31,22 +31,22 @@ jobs:
3131 uses : docker/build-push-action@v6
3232 with :
3333 context : .
34- file : ./bigquery/Dockerfile4parquet
34+ file : ./Dockerfile-ruby3.2-patched
3535 push : true
3636 platforms : linux/amd64,linux/arm64
37- tags : ${{ secrets.DOCKER_HUB_USERNAME }}/${{ inputs.job-name }}
38- - name : Scan
39- id : scan
40- uses : anchore/scan-action@v6
41- continue-on-error : true
42- with :
43- image : ${{ secrets.DOCKER_HUB_USERNAME }}/${{ inputs.job-name }}
44- fail-build : true
45- output-format : sarif
46- severity-cutoff : low
47- add-cpes-if-none : true
48- - name : Update PR with vulnerability scan results
49- uses : forward3d/comment-failure-details@v1.0.0
50- with :
51- report : ${{ steps.scan.outputs.sarif }}
52- image-name : ${{ inputs.job-name }}
37+ tags : ${{ secrets.DOCKER_HUB_USERNAME }}/aws-lambda-ruby-patched:3.2
38+ # - name: Scan
39+ # id: scan
40+ # uses: anchore/scan-action@v6
41+ # continue-on-error: true
42+ # with:
43+ # image: ${{ secrets.DOCKER_HUB_USERNAME }}/aws-lambda-ruby-patched:3.2
44+ # fail-build: true
45+ # output-format: sarif
46+ # severity-cutoff: low
47+ # add-cpes-if-none: true
48+ # - name: Update PR with vulnerability scan results
49+ # uses: forward3d/comment-failure-details@v1.0.0
50+ # with:
51+ # report: ${{ steps.scan.outputs.sarif }}
52+ # image-name: aws-lambda-ruby-patched:3.2
0 commit comments