Skip to content

Commit

Permalink
extend timeout for trivy scanning cuda image
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiethorpe committed Oct 4, 2024
1 parent 8630ebb commit 46c1c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/trivyscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
format: sarif
output: "${{ steps.manifest.outputs.image-name }}.sarif"
# turn off secret scanning to speed things up
timeout: 15m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -110,5 +111,6 @@ jobs:
exit-code: '1'
severity: 'CRITICAL'
ignore-unfixed: true
timeout: 15m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"cluster_image": {
"RL8": "openhpc-RL8-241003-1241-a256bce2",
"RL9": "openhpc-RL9-241003-1241-a256bce2",
"RL9-cuda": "openhpc-cuda-RL9-241003-1122-348c1508"
"RL9-cuda": "openhpc-cuda-RL9-241003-1242-a256bce2"
}
}

0 comments on commit 46c1c15

Please sign in to comment.