Skip to content

Commit 5bb5109

Browse files
[CI] Deploy CI
Signed-off-by: cloudforet-admin <[email protected]>
1 parent b765602 commit 5bb5109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dispatch_daily_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
scan:
6565
needs: docker
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-latest
6767
steps:
6868
- name: Run Trivy vulnerability scanner
6969
id: trivy-scan
@@ -77,7 +77,7 @@ jobs:
7777
severity: 'CRITICAL,HIGH'
7878

7979
- name: Upload Trivy scan results to GitHub Security tab
80-
uses: github/codeql-action/upload-sarif@v2
80+
uses: github/codeql-action/upload-sarif@v3
8181
with:
8282
sarif_file: 'trivy-results.sarif'
8383

@@ -89,7 +89,7 @@ jobs:
8989
echo "$count"
9090
9191
- name: slack
92-
if: ${{ steps.vulnerabilities.outputs.result_count != 0 }}
92+
if: ${{ steps.vulnerabilities.outputs.result_count != 0 }}
9393
uses: 8398a7/action-slack@v3
9494
with:
9595
status: custom

0 commit comments

Comments
 (0)