We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8630ebb commit 46c1c15Copy full SHA for 46c1c15
.github/workflows/trivyscan.yml
@@ -91,6 +91,7 @@ jobs:
91
format: sarif
92
output: "${{ steps.manifest.outputs.image-name }}.sarif"
93
# turn off secret scanning to speed things up
94
+ timeout: 15m
95
env:
96
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97
@@ -110,5 +111,6 @@ jobs:
110
111
exit-code: '1'
112
severity: 'CRITICAL'
113
ignore-unfixed: true
114
115
116
environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
@@ -2,6 +2,6 @@
2
"cluster_image": {
3
"RL8": "openhpc-RL8-241003-1241-a256bce2",
4
"RL9": "openhpc-RL9-241003-1241-a256bce2",
5
- "RL9-cuda": "openhpc-cuda-RL9-241003-1122-348c1508"
+ "RL9-cuda": "openhpc-cuda-RL9-241003-1242-a256bce2"
6
}
7
0 commit comments