We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39114f commit 21a3d5cCopy full SHA for 21a3d5c
.github/workflows/ci.yml
@@ -433,13 +433,13 @@ jobs:
433
tags: ${{ steps.meta.outputs.tags }}
434
labels: ${{ steps.meta.outputs.labels }}
435
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] }}
+ # - name: Scan image with Azure Container Scan
+ # env:
+ # TRIVY_TIMEOUT_SEC: 360s
+ # uses: Azure/[email protected]
+ # if: ${{ (matrix.os == 'ubuntu-latest') }}
+ # with:
+ # image-name: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
443
444
- name: Run Trivy vulnerability scanner
445
uses: aquasecurity/trivy-action@master
0 commit comments