Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Aug 27, 2024
1 parent a164678 commit 2b259bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b259bc

Please sign in to comment.