Skip to content

Commit

Permalink
Temporarily disable trivy
Browse files Browse the repository at this point in the history
disable trivy temporarily as it is broken due to 404 in the scan
  • Loading branch information
dfeetenby authored and David-Feetenby committed Oct 25, 2024
1 parent 028134d commit bdcbaa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions:

env:
DOCKER_IMAGE: ghcr.io/dfe-digital/early-years-foundation-recovery
RUN_TRIVY_SCAN: false # Set to true to re-enable

jobs:
build:
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
# Scan image
-
name: Run Trivy vulnerability scanner
if: env.RUN_TRIVY_SCAN == 'true'
uses: aquasecurity/[email protected]
with:
image-ref: ${{ env.DOCKER_IMAGE }}:${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit bdcbaa2

Please sign in to comment.