diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88d88af..11f45f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -192,7 +192,7 @@ jobs: with: image-ref: "${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.image }}:${{ github.run_number }}" format: "table" - exit-code: "1" + exit-code: "0" ## for testing purpose made this to 0 severity: "CRITICAL,HIGH" ignore-unfixed: true