Skip to content

Commit 46c1c15

Browse files
committed
extend timeout for trivy scanning cuda image
1 parent 8630ebb commit 46c1c15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/trivyscan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
format: sarif
9292
output: "${{ steps.manifest.outputs.image-name }}.sarif"
9393
# turn off secret scanning to speed things up
94+
timeout: 15m
9495
env:
9596
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9697

@@ -110,5 +111,6 @@ jobs:
110111
exit-code: '1'
111112
severity: 'CRITICAL'
112113
ignore-unfixed: true
114+
timeout: 15m
113115
env:
114116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

environments/.stackhpc/terraform/cluster_image.auto.tfvars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"cluster_image": {
33
"RL8": "openhpc-RL8-241003-1241-a256bce2",
44
"RL9": "openhpc-RL9-241003-1241-a256bce2",
5-
"RL9-cuda": "openhpc-cuda-RL9-241003-1122-348c1508"
5+
"RL9-cuda": "openhpc-cuda-RL9-241003-1242-a256bce2"
66
}
77
}

0 commit comments

Comments
 (0)