Skip to content

Commit eac2cf8

Browse files
committed
(maint) add Trivy timeout param to Publish-4x action
1 parent 1d753b6 commit eac2cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-4x-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
ignore-unfixed: true
3232
severity: 'CRITICAL,HIGH,MEDIUM'
3333
vuln-type: os
34+
timeout: 10m0s
3435
- name: Publish standard image to 4.x
3536
env:
3637
IMAGE_TAG: ${{ github.event.inputs.image_tag }}

0 commit comments

Comments
 (0)