Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Feb 19, 2024
1 parent a9b3560 commit 2fa5d0d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

# - 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] }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
if: ${{ (matrix.os == 'ubuntu-latest') }}
Expand Down

0 comments on commit 2fa5d0d

Please sign in to comment.