Skip to content

Commit 68ca619

Browse files
committed
Increase timeout for trivy scan in publish workflow
1 parent 2407986 commit 68ca619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
scan-ref: '/github/workspace/ballerina'
3030
skip-dirs: 'build'
3131
format: 'table'
32+
timeout: '6m0s'
3233
exit-code: '1'
3334
- name: Set version env variable
3435
run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)