Skip to content

Commit c91f68a

Browse files
authored
Update ci-api-build.and.test.yml
schedule ci cd to prevent sonar key expiry
1 parent 6ccfc26 commit c91f68a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-api-build.and.test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: API CI
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 1 */6 *'
57
push:
68
branches:
79
- master
@@ -65,4 +67,4 @@ jobs:
6567
- name: Upload Trivy scan results to GitHub Security tab
6668
uses: github/codeql-action/upload-sarif@v3
6769
with:
68-
sarif_file: 'trivy-results.sarif'
70+
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)