Skip to content

Commit c2cbfb9

Browse files
authored
ci: set explicit timeout on scan action (#5360)
The cve scan action has been failing due to timeout after 10 minutes. This sets a (probably excessive) longer timeout in case it just needs a bit more time. Signed-off-by: Terri Oda <[email protected]>
1 parent b1b4ef8 commit c2cbfb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cve_bin_tool_action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
security-events: write
1414
runs-on: ubuntu-latest
15+
timeout-minutes: 60
1516
steps:
1617
- uses: intel/cve-bin-tool-action@main
1718
with:

0 commit comments

Comments
 (0)