Skip to content

Commit 4086634

Browse files
authored
Merge pull request #123 from puppetlabs/maint/fix-trivyscan-timeout
(maint) bump Trivy scan timeout in Build-Test-Push action
2 parents bf16f77 + eac2cf8 commit 4086634

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-test-push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
ignore-unfixed: true
2222
severity: 'CRITICAL,HIGH,MEDIUM'
2323
vuln-type: os
24+
timeout: 10m0s
2425
- name: Run tests
2526
run: cd tests; ./run_tests.sh
2627
- name: Tag Docker images

.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)