Skip to content

Commit b9fa5a8

Browse files
committed
temp: ommit the scan for now
1 parent 7e23ff1 commit b9fa5a8

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/patched.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)