File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ jobs:
3535 push : true
3636 platforms : linux/amd64,linux/arm64
3737 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments