diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 3a0ad7b0bc64..af1bfcf9ae48 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -21,6 +21,12 @@ jobs: - name: Build K3s Image run: make package-image + - name: On Failure, Launch Debug Session + uses: dereknola/action-upterm@v1 + if: ${{ failure() }} + with: + ## If no one connects after 5 minutes, shut down server. + wait-timeout-minutes: 5 - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@0.20.0 with: