Skip to content

Commit 21a3d5c

Browse files
committed
commented out failing old scan
Signed-off-by: Neil South <[email protected]>
1 parent c39114f commit 21a3d5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,13 @@ jobs:
433433
tags: ${{ steps.meta.outputs.tags }}
434434
labels: ${{ steps.meta.outputs.labels }}
435435

436-
- name: Scan image with Azure Container Scan
437-
env:
438-
TRIVY_TIMEOUT_SEC: 360s
439-
uses: Azure/[email protected]
440-
if: ${{ (matrix.os == 'ubuntu-latest') }}
441-
with:
442-
image-name: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
436+
# - name: Scan image with Azure Container Scan
437+
# env:
438+
# TRIVY_TIMEOUT_SEC: 360s
439+
# uses: Azure/[email protected]
440+
# if: ${{ (matrix.os == 'ubuntu-latest') }}
441+
# with:
442+
# image-name: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
443443

444444
- name: Run Trivy vulnerability scanner
445445
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)